Use `""', not `<>' to #include non-system header files.
[gnulib.git] / m4 / glibc21.m4
index dab3724..75f0690 100644 (file)
@@ -1,9 +1,9 @@
-#serial 1
+#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,
@@ -20,6 +20,7 @@ AC_DEFUN(jm_GLIBC21,
        ac_cv_gnu_library_2_1=no)
       ]
     )
-    AC_DEFINE_UNQUOTED(GLIBC21,$ac_cv_gnu_library_2_1)
+    AC_SUBST(GLIBC21)
+    GLIBC21="$ac_cv_gnu_library_2_1"
   ]
 )