summaryrefslogtreecommitdiff
path: root/m4/pselect.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/pselect.m4')
-rw-r--r--m4/pselect.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/pselect.m4 b/m4/pselect.m4
index eb1ad115cc2..edf4d828209 100644
--- a/m4/pselect.m4
+++ b/m4/pselect.m4
@@ -1,5 +1,5 @@
-# pselect.m4 serial 4
-dnl Copyright (C) 2011-2017 Free Software Foundation, Inc.
+# pselect.m4 serial 6
+dnl Copyright (C) 2011-2018 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.
@@ -51,10 +51,10 @@ AC_DEFUN([gl_FUNC_PSELECT],
[gl_cv_func_pselect_detects_ebadf=no],
[
case "$host_os" in
- # Guess yes on glibc systems.
- *-gnu*) gl_cv_func_pselect_detects_ebadf="guessing yes" ;;
- # If we don't know, assume the worst.
- *) gl_cv_func_pselect_detects_ebadf="guessing no" ;;
+ # Guess yes on glibc systems.
+ *-gnu* | gnu*) gl_cv_func_pselect_detects_ebadf="guessing yes" ;;
+ # If we don't know, assume the worst.
+ *) gl_cv_func_pselect_detects_ebadf="guessing no" ;;
esac
])
])