# HG changeset patch # User diego # Date 1156612226 0 # Node ID 7dee65ac137e346f77ff0e73e7436d91664dc3ce # Parent 69b134c4caea88299b4e6fd2a03d8755052f9e46 Remove --with-madlibdir option, it never worked anyway. diff -r 69b134c4caea -r 7dee65ac137e configure --- 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 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'