From 98185c32854f2a7aec8ef4d7907eebf1761c309f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Aug 2001 16:57:45 +0000 Subject: (jm_GLIBC21): Quote first arg of AC_DEFUN. --- m4/glibc21.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/glibc21.m4 b/m4/glibc21.m4 index 9fd45663b..75f069035 100644 --- a/m4/glibc21.m4 +++ b/m4/glibc21.m4 @@ -1,9 +1,9 @@ -#serial 2 +#serial 3 # Test for the GNU C Library, version 2.1 or newer. # From Bruno Haible. -AC_DEFUN(jm_GLIBC21, +AC_DEFUN([jm_GLIBC21], [ AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, ac_cv_gnu_library_2_1, -- cgit v1.2.3-54-g00ecf