aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-03-06 05:05:50 +0000
committerYang Tse <yangsita@gmail.com>2007-03-06 05:05:50 +0000
commitc84f84c70defbdb287ede9da8d6a86b392acab49 (patch)
tree07dab67fe110d8850c688b78098cab7251d32e77 /configure.ac
parente5f8e5e57a7191b2d2c07b5097fec378136d0dd4 (diff)
skip libtool C++ and Fortran checks
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c32137619..5e5630aee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,9 +112,15 @@ AC_PROG_CC
dnl check for how to do large files
AC_SYS_LARGEFILE
-dnl check for cygwin stuff
+dnl support building of Windows DLLs
AC_LIBTOOL_WIN32_DLL
+dnl skip libtool C++ and Fortran checks
+m4_undefine([AC_PROG_CXX])
+m4_defun([AC_PROG_CXX],[])
+m4_undefine([AC_PROG_F77])
+m4_defun([AC_PROG_F77],[])
+
dnl libtool setup
AC_PROG_LIBTOOL