diff --git a/ChangeLog b/ChangeLog index 27ea83918..b8b700226 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-09-15 Behdad Esfahbod + + * configure.in: Fix description of module shared library suffix. + 2008-09-15 Tor Lillqvist * config.h.win32.in: Update to match what the configure script diff --git a/configure.in b/configure.in index 0ff16686b..6a9826933 100644 --- a/configure.in +++ b/configure.in @@ -1436,7 +1436,7 @@ else G_MODULE_SUPPORTED=true fi -AC_MSG_CHECKING(for the suffix of shared libraries) +AC_MSG_CHECKING(for the suffix of module shared libraries) export SED shrext_cmds=`./libtool --config | grep '^shrext_cmds='` eval $shrext_cmds