summaryrefslogtreecommitdiff
path: root/m4/poll_h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/poll_h.m4')
-rw-r--r--m4/poll_h.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/poll_h.m4 b/m4/poll_h.m4
index 20692d8666..d1f7c702ef 100644
--- a/m4/poll_h.m4
+++ b/m4/poll_h.m4
@@ -1,4 +1,4 @@
-# poll_h.m4 serial 3
+# poll_h.m4 serial 4
dnl Copyright (C) 2010-2021 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -42,7 +42,7 @@ AC_DEFUN([gl_POLL_MODULE_INDICATOR],
AC_DEFUN([gl_POLL_H_DEFAULTS],
[
- GNULIB_POLL=0; AC_SUBST([GNULIB_POLL])
+ gl_MODULE_INDICATOR_INIT_VARIABLE([GNULIB_POLL])
dnl Assume proper GNU behavior unless another module says otherwise.
HAVE_POLL=1; AC_SUBST([HAVE_POLL])
REPLACE_POLL=0; AC_SUBST([REPLACE_POLL])