mirror of
https://github.com/curl/curl.git
synced 2026-05-19 08:06:20 +03:00
Using the name of a macro inside AC_MSG_WARN takes aclocal to NeverLand.
This commit is contained in:
parent
6f1e89085c
commit
2abf9221e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue