[MPlayer-cvslog] r25886 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Jan 27 18:05:11 CET 2008
Author: diego
Date: Sun Jan 27 18:05:10 2008
New Revision: 25886
Log:
Remove setting of ldconfig, it is unused.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Jan 27 18:05:10 2008
@@ -480,7 +480,6 @@ _altivec=auto
_install=install
_ranlib=ranlib
_windres=windres
-_ldconfig=ldconfig
_cc=cc
_ar=ar
test "$CC" && _cc="$CC"
@@ -1307,10 +1306,6 @@ if test "$_runtime_cpudetection" = yes &
fi
-if openbsd ; then
- _ldconfig="ldconfig -R"
-fi
-
if freebsd ; then
_ld_extra="$_ld_extra -L/usr/local/lib"
_inc_extra="$_inc_extra -I/usr/local/include"
@@ -7609,7 +7604,6 @@ CXX = $_cc
HOST_CC = $_host_cc
RANLIB = $_ranlib
WINDRES = $_windres
-LDCONFIG = $_ldconfig
INSTALL = $_install
EXTRA_INC = $_inc_extra
EXTRAXX_INC = $_inc_extra $_inc_extraxx
More information about the MPlayer-cvslog
mailing list