From 2abf9221e35d2af57465c72eeceda6a745d22bed Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 13 Aug 2008 17:23:13 +0000 Subject: Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 8240a7da1..3f100a86f 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" -- cgit v1.2.3