From 99b94347f9c93459e2111e9cacbe3632b8041072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 28 Nov 2012 22:55:08 +0100 Subject: [PATCH] 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. --- configure.ac | 4 ---- 1 file changed, 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 ], [lt_dlopenext ("foo");])