]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4: Rename shrext to shrext_cmds here too.
authorFredrik Estreen <estreen@algonet.se>
Thu, 8 Apr 2004 00:22:55 +0000 (00:22 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 8 Apr 2004 00:22:55 +0000 (00:22 +0000)
ChangeLog
ltdl.m4

index bac2bf3100badbc2b3ecdcd0004a0b03e9a1688c..ea9d0e9ff28006c93669c56b36b5c575e1a9e21e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-08  Fredrik Estreen  <estreen@algonet.se>
+
+       * ltdl.m4: Rename shrext to shrext_cmds here too.
+       
 2004-04-04  Peter O'Gorman  <peter@pogma.com>
 
        * Makefile.am: One install-data-hook target is better than two.
diff --git a/ltdl.m4 b/ltdl.m4
index e93b969e3b92c7a33c03c7d840a3ceb7feb70d2d..1941b876e7c5fde6845f8e745c9a489c5a965ac8 100644 (file)
--- a/ltdl.m4
+++ b/ltdl.m4
@@ -207,7 +207,7 @@ AC_CACHE_CHECK([which extension is used for loadable modules],
   [libltdl_cv_shlibext],
 [
 module=yes
-eval libltdl_cv_shlibext=$shrext
+eval libltdl_cv_shlibext=$shrext_cmds
   ])
 if test -n "$libltdl_cv_shlibext"; then
   AC_DEFINE_UNQUOTED(LTDL_SHLIB_EXT, "$libltdl_cv_shlibext",