[poppler] Branch 'poppler-0.10' - configure.ac
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed Feb 25 15:21:17 PST 2009
configure.ac | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit eeb82e0b5ccd2f144e56cf00d5f906ca3b5ecd52
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Feb 26 00:20:59 2009 +0100
Add AC_LIBTOOL_WIN32_DLL so it builds in windows
diff --git a/configure.ac b/configure.ac
index 282a24e..dd716e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,11 @@ AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(poppler/poppler-config.h)
-dnl ##### Checks for programs.
+dnl ##### Initialize libtool.
+AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+
+dnl ##### Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AC_ISC_POSIX
More information about the poppler
mailing list