* DirectX plugin is now correctly detected and configured.

This commit is contained in:
Xavier Marchesini 2002-03-18 16:38:33 +00:00
parent ced4c0f627
commit 1d1ede1dad
2 changed files with 4 additions and 4 deletions

6
configure vendored
View File

@ -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

View File

@ -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