summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--m4/pcre.m42
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8ac7013c..66f85ee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,6 @@ AC_DEFINE([ARGMATCH_DIE_DECL], [void usage (int _e)],
[Define to the declaration of the xargmatch failure function.])
dnl Checks for header files.
-AC_HEADER_STDC
AC_HEADER_DIRENT
dnl Checks for functions.
diff --git a/m4/pcre.m4 b/m4/pcre.m4
index 23d03925..627a9caa 100644
--- a/m4/pcre.m4
+++ b/m4/pcre.m4
@@ -8,7 +8,7 @@
AC_DEFUN([gl_FUNC_PCRE],
[
AC_ARG_ENABLE([perl-regexp],
- AC_HELP_STRING([--disable-perl-regexp],
+ AS_HELP_STRING([--disable-perl-regexp],
[disable perl-regexp (pcre) support]),
[case $enableval in
yes|no) test_pcre=$enableval;;