]> granicus.if.org Git - curl/commitdiff
improved "deeper" check
authorDaniel Stenberg <daniel@haxx.se>
Fri, 14 Mar 2003 12:44:56 +0000 (12:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 14 Mar 2003 12:44:56 +0000 (12:44 +0000)
configure.in

index e177c08edaa2786613bae34effd80dfb2e6c552c..367d5770a42fd6f5e3862af7eb34ed9d59b186d0 100644 (file)
@@ -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)
                )