Просмотр исходного кода

build: Use AC_MSG_ERROR instead of obsolete AC_ERROR

Guillem Jover лет назад: 13
Родитель
Сommit
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])