summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-28 16:16:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-28 16:16:51 +0000
commitfc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2 (patch)
tree37982aeff94037a18a5d81da63e4ce2ed877bbe9 /autoconf
parent128237d0c70c45664c51fb98a9e8e0bee4cd9211 (diff)
downloadllvm-fc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2.tar.gz
llvm-fc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2.tar.bz2
llvm-fc6cc0edd6589a01f53d497e3c3e4bf8b290f7e2.tar.xz
With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index f376e03d97..5b27873967 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -1902,10 +1902,6 @@ dnl Propagate the shared library extension that the libltdl checks did to
dnl the Makefiles so we can use it there too
AC_SUBST(SHLIBEXT,$libltdl_cv_shlibext)
-dnl Propagate the run-time library path variable that the libltdl
-dnl checks found to the Makefiles so we can use it there too
-AC_SUBST(SHLIBPATH_VAR,$libltdl_cv_shlibpath_var)
-
dnl Translate the various configuration directories and other basic
dnl information into substitutions that will end up in Makefile.config.in
dnl that these configured values can be used by the makefiles