aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-01 02:03:42 +0000
committerYang Tse <yangsita@gmail.com>2009-05-01 02:03:42 +0000
commit8469db016d8663f03b6e28a9640927897e16f5b7 (patch)
treee5a4167e4b520218af3230cbacf42bc87e4e3558 /ares/configure.ac
parentf6312b16f11bd0b9458f9148b3ee5f092348cef7 (diff)
Check definition of _XOPEN_SOURCE_EXTENDED with the compiler
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 4111dc848..b91915e33 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -194,7 +194,7 @@ dnl **********************************************************************
tst_lib_xnet_required="no"
AC_MSG_CHECKING([if X/Open network library is required])
CURL_CHECK_DEF([__hpux], [], [silent])
-CURL_CHECK_DEF([_XOPEN_SOURCE_EXTENDED], [], [silent])
+CURL_CHECK_DEF_CC([_XOPEN_SOURCE_EXTENDED], [], [silent])
if test "$curl_cv_have_def__XOPEN_SOURCE_EXTENDED" = "yes" &&
test "$curl_cv_have_def___hpux" = "yes"; then
my_ac_save_LIBS=$LIBS