summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2004-02-20 19:53:38 +0000
committerRobin KAY <komadori@users.sourceforge.net>2004-02-20 19:53:38 +0000
commit5ce8c5d439863d315b74e73ea81b35559e7fcc04 (patch)
tree7963ae71d642a796de825a9e014dcbf624b9f85d /configure.ac
parentf3d1e1c3c4810364dfc3b77ef0deca7b4fa1d02b (diff)
downloadxine-lib-5ce8c5d439863d315b74e73ea81b35559e7fcc04.tar.gz
xine-lib-5ce8c5d439863d315b74e73ea81b35559e7fcc04.tar.bz2
Fixed detection of linux framebuffer support. Included xineutils.h in dsputil_mlib.c and added to diff_to_ffmpeg_cvs.txt. Fixed function prototype in dsputil_mlib.c (should be sent back to ffmpeg-dev at some point). Fixed includes in nosefart. Fixed nested comments and includes in goom.
CVS patchset: 6180 CVS date: 2004/02/20 19:53:38
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d5d551602..eae9a5be9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,6 @@ AC_TYPE_SIZE_T
dnl AC_CHECK_TYPES([ptrdiff_t])
AC_CHECK_GENERATE_INTTYPES([include])
-
dnl ---------------------------------------------
dnl debug cflags
dnl ---------------------------------------------
@@ -620,7 +619,7 @@ AC_CHECK_HEADER(linux/fb.h,
[AC_DEFINE(HAVE_FB,1,[Define this if you have linux framebuffer support])
have_fb=yes],)
AC_ARG_ENABLE(fb, [ --disable-fb Do not build linux framebuffer support],
- have_fb=no, have_fb=yes)
+ have_fb=no,)
AM_CONDITIONAL(HAVE_FB, [test x"$have_fb" = "xyes"])