changeset 19536:7dee65ac137e

Remove --with-madlibdir option, it never worked anyway.
author diego
date Sat, 26 Aug 2006 17:10:26 +0000
parents 69b134c4caea
children 45e1650f9ad5
files configure
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Aug 26 16:52:51 2006 +0000
+++ b/configure	Sat Aug 26 17:10:26 2006 +0000
@@ -408,7 +408,6 @@
   --with-extraincdir=DIR   extra headers (png, mad, sdl, ...) in DIR (*)
   --with-extralibdir=DIR   extra library files (png, mad, sdl, ...) in DIR (*)
   --with-x11libdir=DIR     X library files in DIR (*)
-  --with-madlibdir=DIR     libmad (libmad shared library) in DIR (*)
   --with-mlibdir=DIR       libmlib (mediaLib support) in DIR (Solaris only)
   --with-codecsdir=DIR     Binary codec files in DIR
   --with-win32libdir=DIR   W*ndows DLL files in DIR
@@ -2141,9 +2140,6 @@
   --with-dvdnav-config=*)
     _dvdnavconfig=`echo $ac_option | cut -d '=' -f 2`
     ;;
-  --with-madlibdir=*)
-    _ld_mad=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
-    ;;
   --with-cdparanoialibdir=*)
     _ld_cdparanoia=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'`
     ;;
@@ -5513,7 +5509,7 @@
 #include <mad.h>
 int main(void) { return 0; }
 EOF
-  cc_check $_madlibdir -lmad && _mad=yes
+  cc_check -lmad && _mad=yes
 fi
 if test "$_mad" = yes ; then
   _def_mad='#define USE_LIBMAD 1'