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" ...@@ -6993,9 +6993,9 @@ if test "x$enableval" != "xno"
then then
if test x$SYS = xmingw32 if test x$SYS = xmingw32
then then
# Check whether --with-directx-path or --without-directx-path was given. # Check whether --with-directx or --without-directx was given.
if test "${with_directx_path+set}" = set; then if test "${with_directx+set}" = set; then
withval="$with_directx_path" withval="$with_directx"
: :
fi fi
......
...@@ -1020,7 +1020,7 @@ if test "x$enableval" != "xno" ...@@ -1020,7 +1020,7 @@ if test "x$enableval" != "xno"
then then
if test x$SYS = xmingw32 if test x$SYS = xmingw32
then then
AC_ARG_WITH(directx-path, AC_ARG_WITH(directx,
[ --with-directx=PATH Win32 DirectX headers and libraries]) [ --with-directx=PATH Win32 DirectX headers and libraries])
if test "x$with_directx" = "x" if test "x$with_directx" = "x"
then 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