[MPlayer-cvslog] r20732 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Nov 6 01:18:06 CET 2006
Author: diego
Date: Mon Nov 6 01:18:06 2006
New Revision: 20732
Modified:
trunk/configure
Log:
Remove hackish setting of extra libraries through --enable-static=-lfoo,
--extra-libs is supposed to be used for this.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Nov 6 01:18:06 2006
@@ -382,8 +382,7 @@
--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 @@
--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'`
;;
More information about the MPlayer-cvslog
mailing list