From a285a492871958e2e0a7a0b0d73f4180c56e5609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 14 Sep 2006 03:06:49 +0000 Subject: Fix SDL built/not built declaration at the end of the config process. CVS patchset: 8252 CVS date: 2006/09/14 03:06:49 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3