Skip to content

Commit 272f7b0

Browse files
committed
Fix the with_SDL test.
1 parent c1d5e07 commit 272f7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ case $host_os in
557557
darwin*)
558558
;;
559559
*)
560-
if "x$with_SDL" != xyes; then
560+
if test x$with_SDL != xyes; then
561561
CONF_CPPFLAGS="$CONF_CPPFLAGS $X_CFLAGS"
562562
if test x$no_x = x; then
563563
GLIBS="$X_PRE_LIBS -lX11 $EXTRA_LIBS $GLIBS"

0 commit comments

Comments
 (0)