changeset 2558:0ec2f09e5139

Add comment to AC_DEFINE_UNQUOTED use.
author Jim Meyering <jim@meyering.net>
date Sat, 03 Jun 2000 08:29:33 +0000
parents 2e46a130ed00
children 686c26afcebf
files m4/glibc21.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/glibc21.m4	Sat Jun 03 08:26:05 2000 +0000
+++ b/m4/glibc21.m4	Sat Jun 03 08:29:33 2000 +0000
@@ -20,6 +20,7 @@
 	ac_cv_gnu_library_2_1=no)
       ]
     )
-    AC_DEFINE_UNQUOTED(GLIBC21,$ac_cv_gnu_library_2_1)
+    AC_DEFINE_UNQUOTED(GLIBC21, $ac_cv_gnu_library_2_1,
+                       [we use GNU C Library 2.1 or newer])
   ]
 )