configure: Downgrade GNU Make message to a warning

There might be compatible make versions installed or the program
might have a non-standard name.

Change-Id: Ie9304e07da71f1f55522a0dfc539fbe9f557731d
Reviewed-on: https://code.wireshark.org/review/24526
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-11-21 19:56:27 +00:00 committed by João Valverde
parent 2ad1507344
commit 4e63ec305b

View file

@ -145,7 +145,7 @@ if test "x$have_gnu_make" = xmaybe; then
[have_gnu_make=yes])
fi
if test "x$have_gnu_make" != xyes; then
AC_MSG_ERROR([GNU Make version 4.0 or greater is required to build Wireshark])
AC_MSG_WARN([GNU Make >= 4.0 not found; building Wireshark without it will probably fail])
fi
AC_PATH_PROG(PERL, perl)