mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Remove definition of the `SHARED_LIBRARY_PATH_VARIABLE' C macro.
This is a follow-up tofc32c44
. * configure.ac: Remove definition of `SHARED_LIBRARY_PATH_VARIABLE', which was added ine66ff09a
.
This commit is contained in:
parent
91e693a8e8
commit
99b94347f9
1 changed files with 0 additions and 4 deletions
|
@ -79,10 +79,6 @@ AC_PROG_LIBTOOL
|
||||||
|
|
||||||
AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])
|
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.
|
dnl Check for libltdl.
|
||||||
AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
|
AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
|
||||||
[lt_dlopenext ("foo");])
|
[lt_dlopenext ("foo");])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue