summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-03-06 16:53:53 +0000
committerYang Tse <yangsita@gmail.com>2007-03-06 16:53:53 +0000
commit3081021d88804ba00cfe3a2a8b4d8ec7cb89c701 (patch)
tree756332ac433d65a7c1408fccf3b88c2f77c59b83
parent8449df4bd89cca5ba3a5cba31aeb40c89d341171 (diff)
downloadc-ares-3081021d88804ba00cfe3a2a8b4d8ec7cb89c701.tar.gz
c-ares-3081021d88804ba00cfe3a2a8b4d8ec7cb89c701.tar.bz2
c-ares-3081021d88804ba00cfe3a2a8b4d8ec7cb89c701.zip
skip libtool C++ and Fortran linker checks
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3d2b30..9d3d897 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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