]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular
authorMorten Eriksen <mortene@sim.no>
Mon, 20 Nov 2000 23:15:09 +0000 (23:15 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 20 Nov 2000 23:15:09 +0000 (23:15 +0000)
dependency between AC_LTDL_SYMBOL_USCORE and AC_LTDL_DLSYM_USCORE.

ChangeLog
ltdl.m4

index 8d538171ec4edd8658f9b4cf4fdf7569e13efc45..cd7abf563545ab0644005742d660f9aff702b4c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-20  Morten Eriksen  <mortene@sim.no>
+       
+       * ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular
+       dependency between AC_LTDL_SYMBOL_USCORE and AC_LTDL_DLSYM_USCORE.
+       
 2000-11-20  Paul Berrevoets  <paul@swi.com>
 
        * ltmain.in: Some versions of expr respond with "0" if a
diff --git a/ltdl.m4 b/ltdl.m4
index c5af947ccfd7a45a72aced0ea59bdfa81d00deee..7a06245484f220507f5a39994337cd60334b4a75 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -48,6 +48,7 @@ AC_REQUIRE([AC_LTDL_OBJDIR])dnl
 AC_REQUIRE([AC_LTDL_DLPREOPEN])dnl
 AC_REQUIRE([AC_LTDL_DLLIB])dnl
 AC_REQUIRE([AC_LTDL_SYMBOL_USCORE])dnl
+AC_REQUIRE([AC_LTDL_DLSYM_USCORE])dnl
 ])# AC_LIB_LTDL
 
 # AC_LTDL_ENABLE_INSTALL
@@ -223,7 +224,6 @@ fi
 rm -rf conftest*
 ])
 AC_MSG_RESULT($ac_cv_sys_symbol_underscore)
-AC_LTDL_DLSYM_USCORE
 ])# AC_LTDL_SYMBOL_USCORE
 
 # AC_LTDL_DLSYM_USCORE