From bf6222e785610890ccf979779657b901b986b185 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Sep 2008 18:59:25 +0000 Subject: [PATCH] Fix description of module shared library suffix. 2008-09-15 Behdad Esfahbod * configure.in: Fix description of module shared library suffix. svn path=/trunk/; revision=7494 --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 27ea839..b8b7002 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 0ff1668..6a98269 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 -- 2.7.4