summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-28 22:55:08 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-28 22:55:08 +0100
commit99b94347f9c93459e2111e9cacbe3632b8041072 (patch)
tree010768b580fe2f126bd3007e0865e506dff60957
parent91e693a8e8a9d6d7841b189171829ed1c91a01d1 (diff)
downloadguile-99b94347f9c93459e2111e9cacbe3632b8041072.tar.gz
Remove definition of the `SHARED_LIBRARY_PATH_VARIABLE' C macro.
This is a follow-up to fc32c44. * configure.ac: Remove definition of `SHARED_LIBRARY_PATH_VARIABLE', which was added in e66ff09a.
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 36103df2e..be20b8c67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,10 +79,6 @@ AC_PROG_LIBTOOL
AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])
-AC_DEFINE_UNQUOTED([SHARED_LIBRARY_PATH_VARIABLE], ["$shlibpath_var"],
- [Name of the environment variable that tells the dynamic linker where
-to find shared libraries.])
-
dnl Check for libltdl.
AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
[lt_dlopenext ("foo");])