configure: avoid direct usage of AS_TR_* macros

This commit is contained in:
Yang Tse
2011-06-17 21:01:41 +02:00
parent 49a8fe5142
commit 0126b4a959
2 changed files with 4 additions and 4 deletions

View File

@@ -2617,7 +2617,7 @@ AC_CHECK_FUNCS([fork \
],[
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])