summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-29 01:02:54 +0000
committerYang Tse <yangsita@gmail.com>2009-10-29 01:02:54 +0000
commitde18bf75625f52e10c562637ca1e4edc7084e5bc (patch)
treec26422abd285893f6f8e3bf0b5cd3faaa35455aa /configure.ac
parent9cac6a46259f102af306840720b3af64d4b8c12a (diff)
downloadc-ares-de18bf75625f52e10c562637ca1e4edc7084e5bc.tar.gz
c-ares-de18bf75625f52e10c562637ca1e4edc7084e5bc.tar.bz2
c-ares-de18bf75625f52e10c562637ca1e4edc7084e5bc.zip
External API function linkage decoration adjustment
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 92db52e..722da4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,10 +111,10 @@ esac
dnl libtool setup
AC_PROG_LIBTOOL
-AC_MSG_CHECKING([if we need CARES_BUILDING_LIB])
+AC_MSG_CHECKING([if we need CARES_BUILDING_LIBRARY])
case $host in
*-*-mingw*)
- AC_DEFINE(CARES_BUILDING_LIB, 1, [when building c-ares library])
+ AC_DEFINE(CARES_BUILDING_LIBRARY, 1, [when building c-ares library])
AC_MSG_RESULT(yes)
AC_MSG_CHECKING([if we need CARES_STATICLIB])
if test "X$enable_shared" = "Xno"