aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c9676cf8..ad43e4fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -427,7 +427,14 @@ echo
echo "Initializing Libtool:"
CXX=no
F77=no
+AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
+AC_LIBTOOL_RC
+
+dnl Some day we can drop support for libtool 1.5.x. Then the above five
+dnl lines can be replaced with these:
+dnl LT_INIT([win32-dll])
+dnl LT_LANG([Windows Resource])
###############################################################################