changeset 6342:e64e8278ed53

* memxor.m4: Require gl_C_RESTRICT.
author Simon Josefsson <simon@josefsson.org>
date Thu, 06 Oct 2005 11:16:54 +0000
parents 0ff8e20cf3fa
children 0a6f1dc4ec01
files m4/ChangeLog m4/memxor.m4
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog	Thu Oct 06 07:37:01 2005 +0000
+++ b/m4/ChangeLog	Thu Oct 06 11:16:54 2005 +0000
@@ -1,3 +1,7 @@
+2005-10-06  Simon Josefsson  <jas@extundo.com>
+
+	* memxor.m4: Require gl_C_RESTRICT.
+
 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
--- a/m4/memxor.m4	Thu Oct 06 07:37:01 2005 +0000
+++ b/m4/memxor.m4	Thu Oct 06 11:16:54 2005 +0000
@@ -8,4 +8,5 @@
 [
   AC_LIBSOURCES([memxor.h, memxor.c])
   AC_LIBOBJ([memxor])
+  AC_REQUIRE([gl_C_RESTRICT])
 ])