summaryrefslogtreecommitdiff
path: root/m4/strchrnul.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/strchrnul.m4')
-rw-r--r--m4/strchrnul.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/strchrnul.m4 b/m4/strchrnul.m4
index 8492b9f174..e778d51c7f 100644
--- a/m4/strchrnul.m4
+++ b/m4/strchrnul.m4
@@ -1,5 +1,5 @@
-# strchrnul.m4 serial 3
-dnl Copyright (C) 2003 Free Software Foundation, Inc.
+# strchrnul.m4 serial 4
+dnl Copyright (C) 2003, 2007 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -11,6 +11,7 @@ AC_DEFUN([gl_FUNC_STRCHRNUL],
AC_REPLACE_FUNCS(strchrnul)
if test $ac_cv_func_strchrnul = no; then
+ HAVE_STRCHRNUL=0
gl_PREREQ_STRCHRNUL
fi
])