* memxor.m4: Remove gl_C_RESTRICT call.
authorSimon Josefsson <simon@josefsson.org>
Fri, 7 Oct 2005 08:47:51 +0000 (08:47 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 7 Oct 2005 08:47:51 +0000 (08:47 +0000)
m4/ChangeLog
m4/memxor.m4

index a69f93e1e332213eacc3350eb59d1f3ea2dae297..9452df264dcf1d5d7926e3d69ed3e7880b4246ab 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-07  Simon Josefsson  <jas@extundo.com>
+
+       * memxor.m4: Remove gl_C_RESTRICT call.
+
 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
index a879f2f2543e59fb027b83411a650d9a78eb0c25..96764cfbf629ef0905be8a7d83a3a9490e5856bd 100644 (file)
@@ -8,5 +8,4 @@ AC_DEFUN([gl_MEMXOR],
 [
   AC_LIBSOURCES([memxor.h, memxor.c])
   AC_LIBOBJ([memxor])
-  AC_REQUIRE([gl_C_RESTRICT])
 ])