summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 43fc21224..ed154429f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2705,7 +2705,7 @@ fi
if test x$have_fb = "xyes"; then
echo " - fb (Linux framebuffer device)"
fi
-if test x"$no_sdl" != x"yes"; then
+if test "x$have_sdl" = "xyes"; then
echo " - sdl (Simple DirectMedia Layer)"
fi
if test x"$have_stk" = "xyes"; then