[MPlayer-cvslog] r23837 - trunk/configure
reimar
subversion at mplayerhq.hu
Fri Jul 20 23:57:59 CEST 2007
Author: reimar
Date: Fri Jul 20 23:57:59 2007
New Revision: 23837
Log:
Use --static flag for pkg-config if --enable-static was used.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Jul 20 23:57:59 2007
@@ -3543,6 +3543,9 @@ fi #if darwin
echocheck "pkg-config"
_pkg_config=pkg-config
if `$_pkg_config --version > /dev/null 2>&1`; then
+ if test "$_ld_static"; then
+ _pkg_config="$_pkg_config --static"
+ fi
echores "yes"
else
_pkg_config=false
More information about the MPlayer-cvslog
mailing list