mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* m4/ltdl.m4: Rename shrext to shrext_cmds here too.
This commit is contained in:
parent
e658105eb9
commit
b7b029a38e
@ -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.
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user