From e45adba3ac1e78dd736ba896fb60f4f20e3db301 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 2 May 2002 07:45:55 +0000 Subject: Fix xine-logoconv removal and new logo mpeg adding. CVS patchset: 1831 CVS date: 2002/05/02 07:45:55 --- configure.in | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 02453f2ec..534ce32ca 100644 --- a/configure.in +++ b/configure.in @@ -255,22 +255,6 @@ AM_CONDITIONAL(HAVE_ZLIB, [test x"$have_zlib" = "xyes"]) AC_SUBST(ZLIB_LIBS) -dnl -dnl Imlib (for xine-logoconv) -dnl -AC_PATH_PROG(IMLIB_CONFIG, imlib-config, no) -if test "$IMLIB_CONFIG" != "no" ; then - AC_CHECK_HEADER(Imlib.h, - [ have_imlib="yes" - IMLIB_CFLAGS=`$IMLIB_CONFIG --cflags` - IMLIB_LIBS=`$IMLIB_CONFIG --libs` ]) -fi - -AM_CONDITIONAL(HAVE_IMLIB, [test x"$have_imlib" = "xyes"]) -AC_SUBST(IMLIB_CFLAGS) -AC_SUBST(IMLIB_LIBS) - - dnl dnl Checks for Xv extension dnl -- cgit v1.2.3