Avoid warnings from running libtool --config. (#391364, Loïc Minier)

2007-01-02  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Avoid warnings from running libtool --config.
        (#391364, Loïc Minier)



svn path=/trunk/; revision=5194
This commit is contained in:
Matthias Clasen 2007-01-02 13:58:54 +00:00 committed by Matthias Clasen
parent 01c3535fe6
commit 7eab26d13b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-01-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Avoid warnings from running libtool --config.
(#391364, Loïc Minier)
2007-01-02 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c (g_bookmark_file_get_app_info):

View File

@ -1173,6 +1173,7 @@ if test x"$glib_native_win32" = xyes; then
dnl No use for this on Win32
G_MODULE_LDFLAGS=
else
export SED
G_MODULE_LDFLAGS=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
fi
dnl G_MODULE_IMPL= don't reset, so cmd-line can override