From eaca0446e72c1a62e259c0ee0eabdd6a0443e5c8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 11 Aug 2013 17:52:17 -0700 Subject: Merge from gnulib. This incorporates: 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h 2013-08-10 sys_time: port to OpenBSD --- m4/gnulib-comp.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/gnulib-comp.m4') diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index af9a9ca3ae0..7c5f22861b5 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 @@ -216,7 +216,7 @@ AC_DEFUN([gl_INIT], gl_MODULE_INDICATOR([fdopendir]) gl_FILEMODE gl_FUNC_FPENDING - if test $ac_cv_func___fpending = no; then + if test $gl_cv_func___fpending = no; then AC_LIBOBJ([fpending]) gl_PREREQ_FPENDING fi -- cgit v1.2.1