diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-16 16:45:34 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-16 16:45:34 +0000 |
commit | e2d33168241e3e35a44e45a6063dcd5bf16b0d82 (patch) | |
tree | 9c0952932ba3937dd0c7f563bad45c7a4303544d /configure.in | |
parent | 11799aba48a109b601028e747b5efed948e406be (diff) | |
download | gtk+-e2d33168241e3e35a44e45a6063dcd5bf16b0d82.tar.gz |
[Win32] Put -luuid back, it is needed in case one builds without the ie55
2005-07-16 Tor Lillqvist <tml@novell.com>
* configure.in (GDK_EXTRA_LIBS): [Win32] Put -luuid back, it is
needed in case one builds without the ie55 stuff. (#310582)
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 dc5bf29877..3c9b86c20b 100644 --- a/configure.in +++ b/configure.in @@ -1366,7 +1366,7 @@ if test "x$gdktarget" = "xwin32"; then AC_SUBST(GDK_WIN32_EXTRA_CFLAGS) fi - GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -user32 -limm32 -lshell32 -lole32" + GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -user32 -limm32 -lshell32 -lole32 -luuid" AM_CONDITIONAL(USE_WIN32, true) else AM_CONDITIONAL(USE_WIN32, false) |