Further updates, following today's commits.
[gnulib.git] / m4 / sys_ioctl_h.m4
index 1de3b44..abb984f 100644 (file)
@@ -31,15 +31,14 @@ AC_DEFUN([gl_SYS_IOCTL_H],
     HAVE_SYS_IOCTL_H=0
   fi
   AC_SUBST([HAVE_SYS_IOCTL_H])
-  dnl Execute this unconditionally, because SYS_IOCTL_H may be set by other
-  dnl modules, after this code is executed.
+  dnl <sys/ioctl.h> is always overridden, because of GNULIB_POSIXCHECK.
   gl_CHECK_NEXT_HEADERS([sys/ioctl.h])
 ])
 
 dnl Unconditionally enables the replacement of <sys/ioctl.h>.
 AC_DEFUN([gl_REPLACE_SYS_IOCTL_H],
 [
-  AC_REQUIRE([gl_SYS_IOCTL_H_DEFAULTS])
+  dnl This is a no-op, because <sys/ioctl.h> is always overridden.
   :
 ])