aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index f31896cce..8ba64e7e0 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -64,11 +64,13 @@ AC_CANONICAL_HOST
dnl Get system canonical name
AC_DEFINE_UNQUOTED(OS, "${host}", [cpu-machine-OS])
-AC_AIX
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
+dnl This defines _ALL_SOURCE for AIX
+CARES_CHECK_AIX_ALL_SOURCE
+
dnl Our configure and build reentrant settings
CARES_CONFIGURE_REENTRANT