configure.ac: Use AC_MSG_ERROR instead of AC_ERROR

AC_ERROR is obsolete.

Change-Id: If4d2a577863923c8a7aa9b6427c217fc9c1fa630
Reviewed-on: https://code.wireshark.org/review/14756
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-03-26 06:02:58 +00:00 committed by João Valverde
parent 73957b4f44
commit 23b63e7621
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ then
# I'm not sure this would even work.
#
AC_MSG_RESULT(no)
AC_ERROR([We don't support building for OS X $deploy_target])
AC_MSG_ERROR([We don't support building for OS X $deploy_target])
;;
10.3)