mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
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:
parent
01c3535fe6
commit
7eab26d13b
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user