summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-06 00:18:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-06 00:18:06 +0000
commit7f0dd1183f5a46f09eb13518c05e5511135c42ea (patch)
treea11d844797ddeed041821cb5f476fcd07d72c530 /configure
parented974e7c723efa9425a86a9d813b8cd7fbef5071 (diff)
downloadmpv-7f0dd1183f5a46f09eb13518c05e5511135c42ea.tar.bz2
mpv-7f0dd1183f5a46f09eb13518c05e5511135c42ea.tar.xz
Remove hackish setting of extra libraries through --enable-static=-lfoo,
--extra-libs is supposed to be used for this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20732 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure
index 6c27b16b3e..3fc765f33e 100755
--- a/configure
+++ b/configure
@@ -382,8 +382,7 @@ Miscellaneous options:
--host-cc=COMPILER C compiler for tools needed while building [gcc]
--as=ASSEMBLER assembler to build MPlayer [as]
--target=PLATFORM target platform (i386-linux, arm-linux, etc)
- --enable-static build a statically linked binary. Set further linking
- options with --enable-static="-lslang -lncurses"
+ --enable-static build a statically linked binary
--charset=charset convert the console messages to this character set
--language=list a white space or comma separated list of languages for
translated man pages, the first language is used for
@@ -499,9 +498,6 @@ for ac_option do
--disable-static)
_ld_static=''
;;
- --enable-static=*)
- _ld_static="-static `echo $ac_option | cut -d '=' -f 2`"
- ;;
--with-extraincdir=*)
_inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;