Commit 1d1ede1d authored by Xavier Marchesini's avatar Xavier Marchesini

 * DirectX plugin is now correctly detected and configured.
parent ced4c0f6
......@@ -6993,9 +6993,9 @@ if test "x$enableval" != "xno"
then
if test x$SYS = xmingw32
then
# Check whether --with-directx-path or --without-directx-path was given.
if test "${with_directx_path+set}" = set; then
withval="$with_directx_path"
# Check whether --with-directx or --without-directx was given.
if test "${with_directx+set}" = set; then
withval="$with_directx"
:
fi
......
......@@ -1020,7 +1020,7 @@ if test "x$enableval" != "xno"
then
if test x$SYS = xmingw32
then
AC_ARG_WITH(directx-path,
AC_ARG_WITH(directx,
[ --with-directx=PATH Win32 DirectX headers and libraries])
if test "x$with_directx" = "x"
then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment