From deeb85eb2b3eab01dd38f8b5a9175ef94c6ac99e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 20 Nov 2006 16:14:47 +0000 Subject: Remove --with-toolamelibdir. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21108 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1d5e84b9fa..14f6fe5d0f 100755 --- a/configure +++ b/configure @@ -2161,9 +2161,6 @@ for ac_option do --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 @@ if test "$_toolame" = auto ; then 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' -- cgit v1.2.3