diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-28 16:16:51 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-28 16:16:51 +0000 |
| commit | 11ac853774dcb99d75a069f231dc3087db5e9590 (patch) | |
| tree | 96ad3a32e84aa7803a775d05310a61ec05f4f52f /llvm/projects/sample/autoconf | |
| parent | 9e806cf938c1c161fe63c39c52e3f7e02d1f4aee (diff) | |
| download | bcm5719-llvm-11ac853774dcb99d75a069f231dc3087db5e9590.tar.gz bcm5719-llvm-11ac853774dcb99d75a069f231dc3087db5e9590.zip | |
With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
llvm-svn: 202510
Diffstat (limited to 'llvm/projects/sample/autoconf')
| -rw-r--r-- | llvm/projects/sample/autoconf/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/projects/sample/autoconf/configure.ac b/llvm/projects/sample/autoconf/configure.ac index 03cd214f666..6bbc17e2599 100644 --- a/llvm/projects/sample/autoconf/configure.ac +++ b/llvm/projects/sample/autoconf/configure.ac @@ -1401,10 +1401,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) - # Translate the various configuration directories and other basic # information into substitutions that will end up in Makefile.config.in # that these configured values can be used by the makefiles |

