diff options
Diffstat (limited to 'm4/fnmatch.m4')
-rw-r--r-- | m4/fnmatch.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index d4a839379..2a158136e 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -1,10 +1,10 @@ -#serial 3 +#serial 4 dnl Determine whether to add fnmatch.o to LIBOBJS and to dnl define fnmatch to rpl_fnmatch. dnl -AC_DEFUN(jm_FUNC_FNMATCH, +AC_DEFUN([jm_FUNC_FNMATCH], [ AC_REQUIRE([AM_GLIBC]) AC_FUNC_FNMATCH |