ref: b66178851a4ea0a2bd15fd548d8f35f140913ca8
parent: d6752a6bfbda66cfb3040ea7c7138edc6d3e68ff
author: Werner Lemberg <[email protected]>
date: Sat Aug 4 18:17:48 EDT 2007
* builds/unix/configure.raw: Add call to AC_LIBTOOL_WIN32_DLL. Fixes Savannah bug #20686.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-04 Werner Lemberg <[email protected]>
+
+ * builds/unix/configure.raw: Add call to AC_LIBTOOL_WIN32_DLL.
+ Fixes Savannah bug #20686.
+
2007-08-03 Werner Lemberg <[email protected]>
* src/psnames/psmodule.c: Fix usage of
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -495,6 +495,8 @@
AC_SUBST([SYSTEM_ZLIB])
+AC_LIBTOOL_WIN32_DLL
+
AC_PROG_LIBTOOL
# urgh -- these are internal libtool variables...
AC_SUBST([enable_shared])