diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-29 23:18:12 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-29 23:18:12 +0300 |
commit | 260c3f32b69c98f8fc5360f860f69d32c19f04a7 (patch) | |
tree | ad142cc8e78510dfee46c363aa5424bf99edbb81 /configure.ac | |
parent | 89d272bb183e85715d8e6047929fb2d912033d82 (diff) |
configure.ac: fix XSDL test
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |