瀏覽代碼

build: Use AC_MSG_ERROR instead of obsolete AC_ERROR

Guillem Jover 13 年之前
父節點
當前提交
cc291cb36d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -95,7 +95,7 @@ DPKG_CHECK_COMPAT_FUNCS([getopt getopt_long obstack_free \
                          scandir alphasort unsetenv])
 AC_CHECK_DECLS([strnlen], [[#include <string.h>]])
 AC_CHECK_FUNCS([memcpy lchown],
-               [], [AC_ERROR([missing required function])])
+               [], [AC_MSG_ERROR([missing required function])])
 AC_CHECK_FUNCS([strtoimax isascii setsid getdtablesize \
                 getprogname getexecname lutimes posix_fadvise])