* builds/unix/configure.raw: Add call to AC_LIBTOOL_WIN32_DLL.

Fixes Savannah bug #20686.
This commit is contained in:
Werner Lemberg 2007-08-04 22:17:48 +00:00
parent d6752a6bfb
commit b66178851a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-08-04 Werner Lemberg <wl@gnu.org>
* builds/unix/configure.raw: Add call to AC_LIBTOOL_WIN32_DLL.
Fixes Savannah bug #20686.
2007-08-03 Werner Lemberg <wl@gnu.org>
* src/psnames/psmodule.c: Fix usage of

View File

@ -495,6 +495,8 @@ AC_SUBST([FT2_EXTRA_LIBS])
AC_SUBST([SYSTEM_ZLIB])
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
# urgh -- these are internal libtool variables...
AC_SUBST([enable_shared])