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

index c3d2b3073652664ad225cd04782ee0ab667a298e..9d3d897e547aff65e4e28d6f5031cb0e1757db02 100644 (file)
@@ -63,12 +63,18 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
        AC_MSG_RESULT(no)
 )
 
-dnl skip libtool C++ and Fortran checks
+dnl skip libtool C++ and Fortran compiler checks
 m4_undefine([AC_PROG_CXX])
 m4_defun([AC_PROG_CXX],[])
 m4_undefine([AC_PROG_F77])
 m4_defun([AC_PROG_F77],[])
 
+dnl skip libtool C++ and Fortran linker checks
+m4_undefine([AC_LIBTOOL_CXX])
+m4_defun([AC_LIBTOOL_CXX],[])
+m4_undefine([AC_LIBTOOL_F77])
+m4_defun([AC_LIBTOOL_F77],[])
+
 dnl libtool setup
 AC_PROG_LIBTOOL
 
index 5e5630aeee6d1558b17fa471296520d81618c931..5c13d7c9e6e288010309cb2e6b975732cb581a50 100644 (file)
@@ -115,12 +115,18 @@ AC_SYS_LARGEFILE
 dnl support building of Windows DLLs
 AC_LIBTOOL_WIN32_DLL
 
-dnl skip libtool C++ and Fortran checks
+dnl skip libtool C++ and Fortran compiler checks
 m4_undefine([AC_PROG_CXX])
 m4_defun([AC_PROG_CXX],[])
 m4_undefine([AC_PROG_F77])
 m4_defun([AC_PROG_F77],[])
 
+dnl skip libtool C++ and Fortran linker checks
+m4_undefine([AC_LIBTOOL_CXX])
+m4_defun([AC_LIBTOOL_CXX],[])
+m4_undefine([AC_LIBTOOL_F77])
+m4_defun([AC_LIBTOOL_F77],[])
+
 dnl libtool setup
 AC_PROG_LIBTOOL