summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-27 01:36:37 +0000
committerYang Tse <yangsita@gmail.com>2008-07-27 01:36:37 +0000
commit736e46d73020cc01daad987d4c281d56f6a42422 (patch)
tree075d47db9c087a5ce4fb9c9451432ce26e469f34 /configure.ac
parentfd2d11e6b3d83a31858014e6f868478306c7dc08 (diff)
downloadc-ares-736e46d73020cc01daad987d4c281d56f6a42422.tar.gz
c-ares-736e46d73020cc01daad987d4c281d56f6a42422.tar.bz2
c-ares-736e46d73020cc01daad987d4c281d56f6a42422.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.
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 783116e..8d24043 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AM_PROG_CC_C_O
AC_PROG_INSTALL
dnl Our configure and build reentrant settings
-CONFIGURE_REENTRANT
+CARES_CONFIGURE_REENTRANT
dnl check for how to do large files
AC_SYS_LARGEFILE