aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-03-06 18:08:20 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-03-06 18:08:20 +0000
commitb4ef5e22e06ab8cb88394f2b92ff17e20ded8272 (patch)
tree1cc87c48c517ad543eb7eba8e27f11c5ceca58e1 /ares/configure.ac
parent23786eae3289f0b290a1a81a6fafe8ffb31e1303 (diff)
Autoconf 2.57 didn't like these m4_undefine for some reason (probably a bug).
Luckily, they weren't needed.
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 9d3d897e5..2d09dbacc 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -64,15 +64,11 @@ AC_HELP_STRING([--disable-debug],[Disable debug options]),
)
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