AUDIT: r17445 - gnucash/branches/2.2 - Add AC_LIBTOOL_WIN32_DLL.

Andreas Köhler andi5 at cvs.gnucash.org
Fri Aug 1 17:59:38 EDT 2008


Author: andi5
Date: 2008-08-01 17:59:37 -0400 (Fri, 01 Aug 2008)
New Revision: 17445
Trac: http://svn.gnucash.org/trac/changeset/17445

Modified:
   gnucash/branches/2.2/configure.in
Log:
Add AC_LIBTOOL_WIN32_DLL.

This is necessary to build from a tarball with libtool v2 on Windows.
BP


Modified: gnucash/branches/2.2/configure.in
===================================================================
--- gnucash/branches/2.2/configure.in	2008-08-01 16:02:07 UTC (rev 17444)
+++ gnucash/branches/2.2/configure.in	2008-08-01 21:59:37 UTC (rev 17445)
@@ -91,6 +91,7 @@
 AC_PROG_INSTALL
 
 AC_LIBTOOL_DLOPEN
+AC_LIBTOOL_WIN32_DLL
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 



More information about the gnucash-changes mailing list