summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-14 03:06:49 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-09-14 03:06:49 +0000
commita285a492871958e2e0a7a0b0d73f4180c56e5609 (patch)
treeb287b7de345b026b238bb4f10fcb4eb95b2b9578
parent672afd5dad38431a55a14570632480f3ac94c7a5 (diff)
downloadxine-lib-a285a492871958e2e0a7a0b0d73f4180c56e5609.tar.gz
xine-lib-a285a492871958e2e0a7a0b0d73f4180c56e5609.tar.bz2
Fix SDL built/not built declaration at the end of the config process.
CVS patchset: 8252 CVS date: 2006/09/14 03:06:49
-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