summaryrefslogtreecommitdiff
path: root/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
commitdf6373a9e6bfe23fb927eb3cbc2bf28cace712c4 (patch)
tree93054e491ad191226c64480642ffd4d14fa84c15 /configure.ac
parente4113d5786eca709657ab60889c7b2447779f2f3 (diff)
downloadc-ares-df6373a9e6bfe23fb927eb3cbc2bf28cace712c4.tar.gz
c-ares-df6373a9e6bfe23fb927eb3cbc2bf28cace712c4.tar.bz2
c-ares-df6373a9e6bfe23fb927eb3cbc2bf28cace712c4.zip
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2266b14..705fa27 100644
--- a/configure.ac
+++ b/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