From 57eeee2ec37618dd90f2978a5426631214c18280 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 29 Oct 2009 01:02:54 +0000 Subject: External API function linkage decoration adjustment --- ares/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ares/configure.ac') diff --git a/ares/configure.ac b/ares/configure.ac index 92db52eb0..722da4c8c 100644 --- a/ares/configure.ac +++ b/ares/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" -- cgit v1.2.3