* 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 a69f93e..9452df2 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 a879f2f..96764cf 100644 (file)
@@ -8,5 +8,4 @@ AC_DEFUN([gl_MEMXOR],
 [
   AC_LIBSOURCES([memxor.h, memxor.c])
   AC_LIBOBJ([memxor])
-  AC_REQUIRE([gl_C_RESTRICT])
 ])