aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-13 17:23:13 +0000
committerYang Tse <yangsita@gmail.com>2008-08-13 17:23:13 +0000
commit2abf9221e35d2af57465c72eeceda6a745d22bed (patch)
treeee75ce91cf23a9a4ce27f95f5559b526657b215e /acinclude.m4
parent6f1e89085caf5fd0ad8f75a93929de58b897cd88 (diff)
Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
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"