diff options
author | Tor Lillqvist <tml@novell.com> | 2007-05-27 18:45:09 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-05-27 18:45:09 +0000 |
commit | 72593ca43601847876aab6976cf1723dba531a25 (patch) | |
tree | 6969f0bdcf091246dd159ae828120a736ec8a376 /configure.in | |
parent | 81a44a10ff7c6a899290ed27adddd965d947ac82 (diff) | |
download | gtk+-72593ca43601847876aab6976cf1723dba531a25.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6669a8cff7..c9ee596bec 100644 --- a/configure.in +++ b/configure.in @@ -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) |