Avoid warnings from running libtool --config. (#391364, Loïc Minier)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Jan 2007 13:58:54 +0000 (13:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 2 Jan 2007 13:58:54 +0000 (13:58 +0000)
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

ChangeLog
configure.in

index 682c271..6e38a99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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): 
        Return an error if the uri is bad. (#391370, Maciej Piechotka)
 
index d77241a..8b7ec47 100644 (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