configure.ac: fix XSDL test

This commit is contained in:
Daniel Stone 2006-08-29 23:18:12 +03:00 committed by Daniel Stone
parent 89d272bb18
commit 260c3f32b6

View File

@ -1508,7 +1508,7 @@ if test "$KDRIVE" = yes; then
AC_DEFINE(TSLIB, 1, [Have tslib support])
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
fi