]> granicus.if.org Git - curl/commitdiff
skip libtool C++ and Fortran checks
authorYang Tse <yangsita@gmail.com>
Tue, 6 Mar 2007 05:05:50 +0000 (05:05 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 6 Mar 2007 05:05:50 +0000 (05:05 +0000)
ares/configure.ac
configure.ac

index 034be0e2332d6dc19b3acb751a3a330311ef826c..c3d2b3073652664ad225cd04782ee0ab667a298e 100644 (file)
@@ -17,6 +17,7 @@ solaris*)
        ;;
 esac
 
+dnl support building of Windows DLLs
 AC_LIBTOOL_WIN32_DLL
 
 dnl ************************************************************
@@ -62,8 +63,13 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
        AC_MSG_RESULT(no)
 )
 
+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
-CARES_CLEAR_LIBTOOL_TAGS
 AC_PROG_LIBTOOL
 
 AC_MSG_CHECKING([if we need -no-undefined])
index c3213761901f495ab543ffc13030052872176742..5e5630aeee6d1558b17fa471296520d81618c931 100644 (file)
@@ -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