configure.ac: fix XSDL test
This commit is contained in:
parent
89d272bb18
commit
260c3f32b6
|
@ -1508,7 +1508,7 @@ if test "$KDRIVE" = yes; then
|
||||||
AC_DEFINE(TSLIB, 1, [Have tslib support])
|
AC_DEFINE(TSLIB, 1, [Have tslib support])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$ac_cv_header_SDL_SDL_h" = xyes && "x$XSDL" = xauto; then
|
if test x"$ac_cv_header_SDL_SDL_h" = xyes && test "x$XSDL" = xauto; then
|
||||||
XSDL=yes
|
XSDL=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue