changeset 25858:74302bcd1035

Remove setting of ldconfig, it is unused.
author diego
date Sun, 27 Jan 2008 17:05:10 +0000
parents 4e593b5b4300
children e8af7338a462
files configure
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jan 27 16:38:04 2008 +0000
+++ b/configure	Sun Jan 27 17:05:10 2008 +0000
@@ -480,7 +480,6 @@
 _install=install
 _ranlib=ranlib
 _windres=windres
-_ldconfig=ldconfig
 _cc=cc
 _ar=ar
 test "$CC" && _cc="$CC"
@@ -1307,10 +1306,6 @@
 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 @@
 HOST_CC = $_host_cc
 RANLIB = $_ranlib
 WINDRES = $_windres
-LDCONFIG = $_ldconfig
 INSTALL = $_install
 EXTRA_INC = $_inc_extra
 EXTRAXX_INC = $_inc_extra $_inc_extraxx