summaryrefslogtreecommitdiff
path: root/m4/sys_select_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-12 11:46:05 +0100
committerBruno Haible <bruno@clisp.org>2009-03-13 21:05:15 +0100
commitea64fe0094765a9960dbe6d3e57dee870d3c2f6e (patch)
treea82442d559dad5ef28014c7d9f937117d04d11c0 /m4/sys_select_h.m4
parent677ecea7c1d134231e429bb3bfcd83e2dbd82cf2 (diff)
downloadgnulib-ea64fe0094765a9960dbe6d3e57dee870d3c2f6e.tar.gz
Work around select() bug on Interix 3.5.
Diffstat (limited to 'm4/sys_select_h.m4')
-rw-r--r--m4/sys_select_h.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/sys_select_h.m4 b/m4/sys_select_h.m4
index c537e7918a..c48be2ce38 100644
--- a/m4/sys_select_h.m4
+++ b/m4/sys_select_h.m4
@@ -1,5 +1,5 @@
-# sys_select_h.m4 serial 6
-dnl Copyright (C) 2006-2008 Free Software Foundation, Inc.
+# sys_select_h.m4 serial 7
+dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -42,4 +42,6 @@ AC_DEFUN([gl_SYS_SELECT_MODULE_INDICATOR],
AC_DEFUN([gl_SYS_SELECT_H_DEFAULTS],
[
GNULIB_SELECT=0; AC_SUBST([GNULIB_SELECT])
+ dnl Assume proper GNU behavior unless another module says otherwise.
+ REPLACE_SELECT=0; AC_SUBST([REPLACE_SELECT])
])