aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-31 04:16:40 +0000
committerYang Tse <yangsita@gmail.com>2009-10-31 04:16:40 +0000
commitce6731baf186807eb8012afeb26c8a304ab8e3ad (patch)
treec64c07507f2395d1190f09d641ce41332b2468df /ares/configure.ac
parent2c0b65d37b62e4a089d1816197126f5a3f36a09a (diff)
Symbol hiding configure options renamed to the hopefully less ambiguous
--enable-symbol-hiding and --disable-symbol-hiding as well as related macro names and some internal variables used for them. Related configuration file preprocessor symbols named to CARES_SYMBOL_HIDING and CARES_SYMBOL_SCOPE_EXTERN.
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 722da4c8c..8f1cddb5b 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -14,7 +14,7 @@ CARES_CHECK_OPTION_DEBUG
CARES_CHECK_OPTION_OPTIMIZE
CARES_CHECK_OPTION_WARNINGS
CARES_CHECK_OPTION_CURLDEBUG
-CARES_CHECK_OPTION_HIDDEN_SYMBOLS
+CARES_CHECK_OPTION_SYMBOL_HIDING
CARES_CHECK_PATH_SEPARATOR_REQUIRED
@@ -164,7 +164,7 @@ esac
CARES_CHECK_COMPILER_HALT_ON_ERROR
CARES_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE
-CARES_CHECK_COMPILER_HIDDEN_SYMBOLS
+CARES_CHECK_COMPILER_SYMBOL_HIDING
CARES_CHECK_NO_UNDEFINED
AM_CONDITIONAL(NO_UNDEFINED, test x$need_no_undefined = xyes)
@@ -897,7 +897,7 @@ fi
CARES_CHECK_OPTION_NONBLOCKING
CARES_CHECK_NONBLOCKING_SOCKET
-CARES_CONFIGURE_HIDDEN_SYMBOLS
+CARES_CONFIGURE_SYMBOL_HIDING
CARES_PRIVATE_LIBS="$LIBS"
AC_SUBST(CARES_PRIVATE_LIBS)