# HG changeset patch # User diego # Date 1164039287 0 # Node ID d6ee950512594b3ad63e24ae3ada3aceff95967d # Parent f83859352e36dba9990ca2de8068464ed984b6d9 Remove --with-toolamelibdir. diff -r f83859352e36 -r d6ee95051259 configure --- a/configure Mon Nov 20 16:14:01 2006 +0000 +++ b/configure Mon Nov 20 16:14:47 2006 +0000 @@ -2161,9 +2161,6 @@ --with-dvdnav-config=*) _dvdnavconfig=`echo $ac_option | cut -d '=' -f 2` ;; - --with-toolamelibdir=*) - _ld_toolame=-L`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -L,g'` - ;; --prefix=*) _prefix=`echo $ac_option | cut -d '=' -f 2` ;; @@ -5555,7 +5552,7 @@ int main(void) { toolame_init(); return 0; } EOF _toolame=no - cc_check $_ld_toolame -ltoolame $_ld_lm && _toolame=yes + cc_check -ltoolame $_ld_lm && _toolame=yes fi if test "$_toolame" = yes ; then _def_toolame='#define HAVE_TOOLAME 1'