summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-26 06:02:58 +0000
committerJoão Valverde <j@v6e.pt>2016-04-01 05:59:40 +0000
commit23b63e762169128dbb339016d269ca308a7b020b (patch)
tree65641b6f5dc11bbbb33ab412623cd0b77eb0c465 /configure.ac
parent73957b4f44054a5f5fd013cf64b0bf80d8afd6e1 (diff)
downloadwireshark-23b63e762169128dbb339016d269ca308a7b020b.tar.gz
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d44706ff2c..476af83673 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)