mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
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.
This commit is contained in:
committed by
Tor Lillqvist
parent
45dc8b5c9a
commit
acd35e1044
@@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-03-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
|
||||
|
@@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-03-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
|
||||
|
@@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-03-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
|
||||
|
@@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2005-03-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
|
||||
|
@@ -450,6 +450,7 @@ esac
|
||||
|
||||
dnl Initialize libtool
|
||||
AM_DISABLE_STATIC
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
if test "x$GCC" = "xyes"; then
|
||||
|
Reference in New Issue
Block a user