]> Savannah Git Hosting - gnulib.git/commitdiff
select: port more to Intel 2016.1.150 compiler
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2016 14:48:05 +0000 (07:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2016 14:48:29 +0000 (07:48 -0700)
Problem reported by Balázs Hajgató in:
http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00036.html
* m4/select.m4 (gl_FUNC_SELECT): Require AC_C_RESTRICT.

ChangeLog
m4/select.m4

index d89c5f147a022e4db8b995362e3cfc96bba71c6f..c3470b535acd71c5ec7823c751ec585368aa27d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-03-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       select: port more to Intel 2016.1.150 compiler
+       Problem reported by Balázs Hajgató in:
+       http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00036.html
+       * m4/select.m4 (gl_FUNC_SELECT): Require AC_C_RESTRICT.
+
 2016-03-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        select: try to port to 2016.1.150 compiler
index 00182fde549db1b54cad013fb1878190721d87df..d19365541e788522fe999ca60997767217e78d6e 100644 (file)
@@ -1,4 +1,4 @@
-# select.m4 serial 7
+# select.m4 serial 8
 dnl Copyright (C) 2009-2016 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -7,6 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_FUNC_SELECT],
 [
   AC_REQUIRE([gl_HEADER_SYS_SELECT])
+  AC_REQUIRE([AC_C_RESTRICT])
   AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
   AC_REQUIRE([gl_SOCKETS])
   if test "$ac_cv_header_winsock2_h" = yes; then