Drop bogus -user32 switch. Was supposed to be -luser32, but he "l" was
2007-05-27 Tor Lillqvist <tml@novell.com> * configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was supposed to be -luser32, but he "l" was missing. But nobody has noticed, so presumably unnecessary. svn path=/trunk/; revision=17955
This commit is contained in:
parent
81a44a10ff
commit
72593ca436
@ -1,3 +1,9 @@
|
||||
2007-05-27 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
|
||||
supposed to be -luser32, but he "l" was missing. But nobody has
|
||||
noticed, so presumably unnecessary.
|
||||
|
||||
2007-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c: Move docs inline.
|
||||
|
@ -1368,7 +1368,7 @@ else
|
||||
fi
|
||||
|
||||
if test "x$gdktarget" = "xwin32"; then
|
||||
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -user32 -limm32 -lshell32 -lole32 -Wl,-luuid"
|
||||
GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid"
|
||||
AM_CONDITIONAL(USE_WIN32, true)
|
||||
else
|
||||
AM_CONDITIONAL(USE_WIN32, false)
|
||||
|
Loading…
Reference in New Issue
Block a user