From: Yang Tse Date: Wed, 13 Aug 2008 17:23:13 +0000 (+0000) Subject: Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand. X-Git-Tag: curl-7_19_0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abf9221e35d2af57465c72eeceda6a745d22bed;p=thirdparty%2Fcurl.git Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand. --- diff --git a/acinclude.m4 b/acinclude.m4 index 8240a7da16..3f100a86f6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -3623,7 +3623,7 @@ dnl must be recorded in curlbuild.h AC_DEFUN([CURL_CONFIGURE_LONG], [ if test ! -z "$ac_cv_sizeof_long"; then - AC_MSG_WARN([AC_CHECK_SIZEOF(long) was called before CURL_CONFIGURE_LONG]) + AC_MSG_WARN([Use CURL-CONFIGURE-LONG to check the size of long first]) fi AC_MSG_CHECKING([size of long]) curl_sizeof_long="unknown"