aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-24 15:20:35 +0000
committerYang Tse <yangsita@gmail.com>2008-07-24 15:20:35 +0000
commit8a323f835499c7b62677012128be5b4685b65f1b (patch)
tree70cf0d1b61eb9cbb568769fe1032e45b885b9ff0 /ares/configure.ac
parenta7abd5bf70aa8cdad5d69608f704ddf0d0a697ac (diff)
Another step towards detecting if _REENTRANT is already defined or actually
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. Introduced reentrant.m4 intended for our reentrant related autotools/m4 macros.
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 2266b1480..705fa2775 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -76,7 +76,7 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
dnl Our configure and build reentrant settings
-CONFIGURE_WITH_REENTRANT
+CONFIGURE_REENTRANT
dnl check for how to do large files
AC_SYS_LARGEFILE