mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 14:12:10 +00:00
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:
parent
0d3f60aeff
commit
989d3d9452
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user