(AC_CHECK_SYMBOL): Use AC_DEFINE_UNQUOTED.

This commit is contained in:
Roland McGrath 1994-11-28 20:28:26 +00:00
parent 1ed34a0118
commit e495d2380d

View file

@ -39,7 +39,7 @@ if test "$ac_cv_check_symbol_$1" = yes; then
changequote(,)dnl
ac_tr_symbol=`echo $1 | tr '[a-z]' '[A-Z]'`
changequote([,])dnl
AC_DEFINE(HAVE_${ac_tr_symbol})
AC_DEFINE_UNQUOTED(HAVE_${ac_tr_symbol})
fi
AC_MSG_RESULT($ac_cv_check_symbol_$1)])dnl