diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-14 17:27:24 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-14 17:27:24 +0000 |
commit | 66f25564159d4040cc1070b136f7ee547316ba7e (patch) | |
tree | 50b7f0a6d8835860a32c42d33530dd2399bd10ea /ChangeLog | |
parent | f1dd819cfed8a0ac466e1f0d2b2de26d7b2e2bf8 (diff) | |
download | gtk+-66f25564159d4040cc1070b136f7ee547316ba7e.tar.gz |
Don't need -luuid on Win32. It was some leftover, and in fact occasionally
2005-07-14 Tor Lillqvist <tml@novell.com>
* configure.in (GDK_EXTRA_LIBS): Don't need -luuid on Win32. It
was some leftover, and in fact occasionally caused issues with
libtool as it made its way into the libgdk-win32-2.0.la file and
that way into the .la files of all libraries that depend on
GDK. (This happened only when building from CVS and not using a
full "make install" which would run the sanitize-la.sh script.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-07-14 Tor Lillqvist <tml@novell.com> + + * configure.in (GDK_EXTRA_LIBS): Don't need -luuid on Win32. It + was some leftover, and in fact occasionally caused issues with + libtool as it made its way into the libgdk-win32-2.0.la file and + that way into the .la files of all libraries that depend on + GDK. (This happened only when building from CVS and not using a + full "make install" which would run the sanitize-la.sh script.) + 2005-07-14 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkevents-x11.c (set_screen_from_root): Don't assert if |