diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-14 03:06:49 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-14 03:06:49 +0000 |
commit | a285a492871958e2e0a7a0b0d73f4180c56e5609 (patch) | |
tree | b287b7de345b026b238bb4f10fcb4eb95b2b9578 | |
parent | 672afd5dad38431a55a14570632480f3ac94c7a5 (diff) | |
download | xine-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.ac | 2 |
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 |