Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2009-11-10 02:19:11 +0300
committerJoel Brobecker <brobecker@adacore.com>2009-11-10 02:19:11 +0300
commit6e22c002ffec1f229d0a68625c33eebb7edcd514 (patch)
treef6a17daa762f1e57eeaa6c0d8221c6618fd1da01 /config/largefile.m4
parent16a72f7e4b7d5c974dbd4c8fbaaa5ac8c3628db1 (diff)
* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
Diffstat (limited to 'config/largefile.m4')
-rw-r--r--config/largefile.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/config/largefile.m4 b/config/largefile.m4
index e75eb7753..9449b12dc 100644
--- a/config/largefile.m4
+++ b/config/largefile.m4
@@ -4,6 +4,12 @@
# of structures used to describe files.
AC_DEFUN([ACX_LARGEFILE],[dnl
+
+# As the $enable_largefile decision depends on --enable-plugins we must set it
+# even in directories otherwise not depending on the $plugins option.
+
+AC_PLUGINS
+
case "${host}" in
changequote(,)dnl
sparc-*-solaris*|i[3-7]86-*-solaris*)