audit: Support multiple audit interfaces and interface options
[openafs.git] / src / cf / roken.m4
index 7826b0f..a5ab2ef 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"])
            ])
@@ -172,6 +172,7 @@ AC_REPLACE_FUNCS([ \
         strnlen \
         strlcpy \
         strsep \
+        strtok_r \
         tdelete \
         tfind \
         tsearch \