From 260c3f32b69c98f8fc5360f860f69d32c19f04a7 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 29 Aug 2006 23:18:12 +0300 Subject: [PATCH] configure.ac: fix XSDL test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 360f61c7e..a28ba08dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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