summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/glibc21.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/glibc21.m4 b/m4/glibc21.m4
index 03d9e4486..9fd45663b 100644
--- a/m4/glibc21.m4
+++ b/m4/glibc21.m4
@@ -1,4 +1,4 @@
-#serial 1
+#serial 2
# Test for the GNU C Library, version 2.1 or newer.
# From Bruno Haible.
@@ -20,7 +20,7 @@ AC_DEFUN(jm_GLIBC21,
ac_cv_gnu_library_2_1=no)
]
)
- AC_DEFINE_UNQUOTED(GLIBC21, $ac_cv_gnu_library_2_1,
- [we use GNU C Library 2.1 or newer])
+ AC_SUBST(GLIBC21)
+ GLIBC21="$ac_cv_gnu_library_2_1"
]
)