Skip to content
Snippets Groups Projects
Commit 2abf9221 authored by Yang Tse's avatar Yang Tse
Browse files

Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.

parent 6f1e8908
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment