From f6b360c61f477a8d4cf7fe402be1b723a7afc85a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Jul 2000 15:14:04 +0000 Subject: fix typo in last change --- m4/fnmatch.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/fnmatch.m4') diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index e5290b7f7..d4a839379 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -10,7 +10,7 @@ AC_DEFUN(jm_FUNC_FNMATCH, AC_FUNC_FNMATCH if test $ac_cv_func_fnmatch_works = no \ && test $ac_cv_gnu_library = no; then - AC_LIBOBJ([fnmatch]) + AC_LIBOBJ(fnmatch) AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch, [Define to rpl_fnmatch if the replacement function should be used.]) fi -- cgit v1.2.3-54-g00ecf