diff options
author | brobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-09 23:17:54 +0000 |
---|---|---|
committer | brobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-09 23:17:54 +0000 |
commit | 77cf9634788a77678e5648baa079e5612b4d2cef (patch) | |
tree | 594ea4058a9594cb31ca6f3ab7cc46444462576e /config | |
parent | 2cc4eeef59c9a0939d70ae4da612af67a732b684 (diff) | |
download | gcc-77cf9634788a77678e5648baa079e5612b4d2cef.tar.gz |
* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154055 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | config/largefile.m4 | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 8396e1ad8b2..7b6ded03d52 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 e75eb7753c4..9449b12dca4 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*) |