From: Mark Andrews Date: Fri, 21 Feb 2014 10:17:23 +0000 (+1100) Subject: replace obsolete macro AC_ERROR with AC_MSG_ERROR X-Git-Tag: v9.10.0b1~20 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=870cd6c03741332ebffb808aba1ab14be1624ad5;p=thirdparty%2Fbind9.git replace obsolete macro AC_ERROR with AC_MSG_ERROR --- diff --git a/configure.in b/configure.in index 3548607714b..60d85da68d4 100644 --- a/configure.in +++ b/configure.in @@ -4002,7 +4002,7 @@ AC_SUBST_FILE(DLZ_DRIVER_RULES) if test "$cross_compiling" = "yes"; then if test -z "$BUILD_CC"; then - AC_ERROR([BUILD_CC not set]) + AC_MSG_ERROR([BUILD_CC not set]) fi BUILD_CFLAGS="$BUILD_CFLAGS" BUILD_CPPFLAGS="$BUILD_CPPFLAGS"