From 20751bdbd37ea868b591bb87c33dc05e6534d7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 6 Feb 2008 18:56:40 +0000 Subject: configure.ac: ximagesrc has moved to -good, so no need to check for the required X libs here any more. Original commit message from CVS: * configure.ac: ximagesrc has moved to -good, so no need to check for the required X libs here any more. --- configure.ac | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eced0674..f5ba905a 100644 --- a/configure.ac +++ b/configure.ac @@ -320,36 +320,6 @@ AG_GST_CHECK_FEATURE(VCD, [Video CD], vcdsrc, [ AC_CHECK_HEADER(linux/cdrom.h, HAVE_VCD="yes", HAVE_VCD="no") ]) -dnl Check for X11 -translit(dnm, m, l) AM_CONDITIONAL(USE_X, true) -AG_GST_CHECK_FEATURE(X, [X libraries and plugins], - [ximagesrc], [ - AC_PATH_XTRA - - dnl now try to find the HEADER - ac_cflags_save="$CFLAGS" - ac_cppflags_save="$CPPFLAGS" - CFLAGS="$CFLAGS $X_CFLAGS" - CPPFLAGS="$CPPFLAGS $X_CFLAGS" - AC_CHECK_HEADER(X11/X.h, HAVE_X="yes", HAVE_X="no") - - if test "x$HAVE_X" = "xno" - then - AC_MSG_NOTICE([cannot find X11 development files]) - else - dnl this is much more than we want - X_LIBS="$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS" - dnl AC_PATH_XTRA only defines the path needed to find the X libs, - dnl it does not add the libs; therefore we add them here - X_LIBS="$X_LIBS -lX11" - AC_SUBST(X_CFLAGS) - AC_SUBST(X_LIBS) - fi - AC_SUBST(HAVE_X) - CFLAGS="$ac_cflags_save" - CPPFLAGS="$ac_cppflags_save" -]) - dnl *** ext plug-ins *** dnl keep this list sorted alphabetically ! @@ -993,7 +963,6 @@ dnl but we still need to set the conditionals AM_CONDITIONAL(USE_OPENGL, false) AM_CONDITIONAL(USE_QUICKTIME, false) AM_CONDITIONAL(USE_VCD, false) -AM_CONDITIONAL(USE_X, false) AM_CONDITIONAL(USE_ALSA, false) AM_CONDITIONAL(USE_AMRWB, false) AM_CONDITIONAL(USE_BZ2, false) -- cgit v1.2.1