From b7b029a38e99c96200482194a2005ed9836d49dc Mon Sep 17 00:00:00 2001 From: Fredrik Estreen Date: Thu, 8 Apr 2004 00:15:48 +0000 Subject: [PATCH] * m4/ltdl.m4: Rename shrext to shrext_cmds here too. --- ChangeLog | 4 ++++ m4/ltdl.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a58bbd42b..6b9d60a03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-08 Fredrik Estreen + + * m4/ltdl.m4: Rename shrext to shrext_cmds here too. + 2004-04-06 Gary V. Vaughan There was no clean separation of abstraction layers in libltdl. diff --git a/m4/ltdl.m4 b/m4/ltdl.m4 index 7768f1266..57cb062f9 100644 --- a/m4/ltdl.m4 +++ b/m4/ltdl.m4 @@ -219,7 +219,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.2