* m4/ltdl.m4: Rename shrext to shrext_cmds here too.

This commit is contained in:
Fredrik Estreen 2004-04-08 00:15:48 +00:00 committed by Peter O'Gorman
parent e658105eb9
commit b7b029a38e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-08 Fredrik Estreen <estreen@algonet.se>
* m4/ltdl.m4: Rename shrext to shrext_cmds here too.
2004-04-06 Gary V. Vaughan <gary@gnu.org>
There was no clean separation of abstraction layers in libltdl.

View File

@ -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",