autoconf: autoupdate macros
[openafs.git] / src / cf / roken.m4
index 7826b0f..9a937c4 100644 (file)
@@ -88,7 +88,7 @@ AC_DEFUN([OPENAFS_ROKEN], [
     [AS_HELP_STRING([--with-roken=DIR],
         [Location of the roken library, or 'internal'])],
     [AS_IF([test x"$withval" = xno],
-           [AC_ERROR("OpenAFS requires roken to build")],
+           [AC_MSG_ERROR("OpenAFS requires roken to build")],
            [AS_IF([test x"$withval" != xyes],
                   [roken_root="$withval"])
            ])