From 81a0cbce9b81183cc88f73d2f3e258f5f13e3561 Mon Sep 17 00:00:00 2001 From: Fredrik Estreen Date: Thu, 8 Apr 2004 00:22:55 +0000 Subject: [PATCH] * ltdl.m4: Rename shrext to shrext_cmds here too. --- ChangeLog | 4 ++++ ltdl.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bac2bf310..ea9d0e9ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-08 Fredrik Estreen + + * ltdl.m4: Rename shrext to shrext_cmds here too. + 2004-04-04 Peter O'Gorman * Makefile.am: One install-data-hook target is better than two. diff --git a/ltdl.m4 b/ltdl.m4 index e93b969e3..1941b876e 100644 --- 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", -- 2.47.3