With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
[oota-llvm.git] / projects / sample / autoconf / configure.ac
index 03cd214f6668faad884aa89c2dafe6cbcc5bb773..6bbc17e2599b3a6a322c6177fbeb931681a9fc0a 100644 (file)
@@ -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