From: Yang Tse Date: Fri, 17 Jun 2011 19:01:40 +0000 (+0200) Subject: configure: avoid direct usage of AS_TR_* macros X-Git-Tag: upstream/1.10.0~166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88d314548e75b4c2940d7736faf4b7c6eb95b48d;p=platform%2Fupstream%2Fc-ares.git configure: avoid direct usage of AS_TR_* macros --- diff --git a/configure.ac b/configure.ac index 730f8ff..d692c5b 100644 --- a/configure.ac +++ b/configure.ac @@ -729,7 +729,7 @@ AC_CHECK_FUNCS([bitncmp \ ],[ AC_MSG_RESULT([yes]) eval "ac_cv_func_$func=yes" - AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$func]), [1], + AC_DEFINE_UNQUOTED(XC_SH_TR_CPP([HAVE_$func]), [1], [Define to 1 if you have the $func function.]) ],[ AC_MSG_RESULT([but still no])