]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
replace obsolete macro AC_ERROR with AC_MSG_ERROR
authorMark Andrews <marka@isc.org>
Fri, 21 Feb 2014 10:17:23 +0000 (21:17 +1100)
committerMark Andrews <marka@isc.org>
Fri, 21 Feb 2014 10:17:23 +0000 (21:17 +1100)
configure.in

index 3548607714bec9c04053bd28de26a92cd0d97887..60d85da68d4dc2787740170b30b10934891aceac 100644 (file)
@@ -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"