changeset 4698:e9c8d7f40c6c

(gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX and AC_MINIX, too, so that their extensions are available.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 12 Sep 2003 20:26:54 +0000
parents 73c2577c2864
children 9ab1548f077b
files m4/extensions.m4
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/extensions.m4
+++ b/m4/extensions.m4
@@ -3,7 +3,9 @@
 # Enable extensions on systems that normally disable them,
 # typically due to standards-conformance issues.
 AC_DEFUN([gl_USE_SYSTEM_EXTENSIONS], [
+  AC_REQUIRE([AC_AIX])
   AC_REQUIRE([AC_GNU_SOURCE])
+  AC_REQUIRE([AC_MINIX])
   AH_VERBATIM([__EXTENSIONS__],
 [/* Enable extensions on Solaris.  */
 #ifndef __EXTENSIONS__