(gl_TIME_R): Use AC_C_RESTRICT, not
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:17:56 +0000 (22:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Aug 2006 22:17:56 +0000 (22:17 +0000)
gl_C_RESTRICT, since we assume recent Autoconf.

m4/time_r.m4

index 8146f08..204c424 100644 (file)
@@ -11,7 +11,7 @@ AC_DEFUN([gl_TIME_R],
 [
   AC_LIBSOURCES([time_r.c, time_r.h])
   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
-  AC_REQUIRE([gl_C_RESTRICT])
+  AC_REQUIRE([AC_C_RESTRICT])
 
   AC_CACHE_CHECK([whether localtime_r is compatible with its POSIX signature],
     [gl_cv_time_r_posix],