* memxor.m4: Require gl_C_RESTRICT.
authorSimon Josefsson <simon@josefsson.org>
Thu, 6 Oct 2005 11:16:54 +0000 (11:16 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 6 Oct 2005 11:16:54 +0000 (11:16 +0000)
m4/ChangeLog
m4/memxor.m4

index 9d87ba409376937d5532e4224531de696679fd04..90e952b947ab1ab76e23ac96db35ed3f9817dc63 100644 (file)
@@ -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
index 96764cfbf629ef0905be8a7d83a3a9490e5856bd..a879f2f2543e59fb027b83411a650d9a78eb0c25 100644 (file)
@@ -8,4 +8,5 @@ AC_DEFUN([gl_MEMXOR],
 [
   AC_LIBSOURCES([memxor.h, memxor.c])
   AC_LIBOBJ([memxor])
+  AC_REQUIRE([gl_C_RESTRICT])
 ])