aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-11-09 23:19:11 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-11-09 23:19:11 +0000
commit5bc8e71ca03ea76eac385689c64efe23ef988ad5 (patch)
treec4f36b48472fb518a63ef3dff7991d357699001e /config
parent43d12afeb988b9f78691fb861a2027730427da2e (diff)
downloadfsf-binutils-gdb-5bc8e71ca03ea76eac385689c64efe23ef988ad5.zip
fsf-binutils-gdb-5bc8e71ca03ea76eac385689c64efe23ef988ad5.tar.gz
fsf-binutils-gdb-5bc8e71ca03ea76eac385689c64efe23ef988ad5.tar.bz2
* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/largefile.m46
2 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 9605d6a..c4b4562 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
+
2009-11-06 Jan Kratochvil <jan.kratochvil@redhat.com>
Joel Brobecker <brobecker@adacore.com>
Paolo Bonzini <bonzini@gnu.org>
diff --git a/config/largefile.m4 b/config/largefile.m4
index e75eb77..9449b12 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*)