diff options
author | Tor Lillqvist <tml@novell.com> | 2005-03-27 19:20:51 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-03-27 19:20:51 +0000 |
commit | 793699d64f0f2952c8a0a81baf47942f5b4378b1 (patch) | |
tree | 539891bac1594ad1b413271857270dae30a9651c /configure.in | |
parent | a4e6d69b90e9d3217bef123bea5ba5c62ea2c36b (diff) | |
download | gtk+-793699d64f0f2952c8a0a81baf47942f5b4378b1.tar.gz |
Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact
2005-03-27 Tor Lillqvist <tml@novell.com>
* configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
after all, and in fact necessary with HEAD libtool.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 31e2ec7f00..fec169aa1e 100644 --- a/configure.in +++ b/configure.in @@ -145,6 +145,7 @@ if test "$os_win32" = "yes"; then enable_shared=yes fi +AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL # Make sure we use 64-bit versions of various file stuff. |