mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-19 12:41:25 +01:00
configure.ac: fix XSDL test
This commit is contained in:
parent
89d272bb18
commit
260c3f32b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue