aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-22 19:04:16 +0000
committerYang Tse <yangsita@gmail.com>2008-07-22 19:04:16 +0000
commit1bc490077a804d6ebccbf0276e20a2e14323c69f (patch)
tree757fc3d98f21bf3dc6493f19e506126b59dcdd21 /ares/configure.ac
parent7d773abe509fc5e9e4d84ba4bb12e0480acdaa28 (diff)
Make sure that configure process tests are done with the same _REENTRANT
setting as the one actually used when finally building the library.
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 66f44f45a..2266b1480 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -75,6 +75,9 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
+dnl Our configure and build reentrant settings
+CONFIGURE_WITH_REENTRANT
+
dnl check for how to do large files
AC_SYS_LARGEFILE