# HG changeset patch # User Jim Meyering # Date 996944265 0 # Node ID e62603727fcfa88ddd241387a69b34ae073380b4 # Parent 0cbeff087afe94aa44c9fdc8365fe2292b9f54e5 (jm_GLIBC21): Quote first arg of AC_DEFUN. diff --git a/m4/glibc21.m4 b/m4/glibc21.m4 --- 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,