Remove setting of ldconfig, it is unused.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25886 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-01-27 17:05:10 +00:00
parent 0d3f60aeff
commit 989d3d9452
1 changed files with 0 additions and 6 deletions

6
configure vendored
View File

@ -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 && ! x86 && ! ppc; then
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