From: Daniel Stenberg Date: Fri, 14 Mar 2003 12:44:56 +0000 (+0000) Subject: improved "deeper" check X-Git-Tag: curl-7_10_4~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d65587b06c09effe1007b5fcc7f9ca8df98f7caa;p=curl improved "deeper" check --- diff --git a/configure.in b/configure.in index e177c08ed..367d5770a 100644 --- a/configure.in +++ b/configure.in @@ -758,8 +758,9 @@ dnl if not found, $ac_func is the name we check for AC_TRY_LINK( [], [ $func ();], AC_MSG_RESULT(yes!) + eval "ac_cv_func_$func=yes" def=`echo "HAVE_$func" | tr 'a-z' 'A-Z'` - AC_DEFINE($def, 1, [If you have $func]), + AC_DEFINE_UNQUOTED($def, 1, [If you have $func]), AC_MSG_RESULT(but still no) )