diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-09 23:17:54 +0000 |
---|---|---|
committer | Joel Brobecker <brobecke@gcc.gnu.org> | 2009-11-09 23:17:54 +0000 |
commit | 01b0b881ec29629ad586fa44bb219a29406a8ba9 (patch) | |
tree | 594ea4058a9594cb31ca6f3ab7cc46444462576e /config/largefile.m4 | |
parent | 8eead16e5ecc49f9ac0f33078eb5d522ba14a396 (diff) | |
download | gcc-01b0b881ec29629ad586fa44bb219a29406a8ba9.zip gcc-01b0b881ec29629ad586fa44bb219a29406a8ba9.tar.gz gcc-01b0b881ec29629ad586fa44bb219a29406a8ba9.tar.bz2 |
* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
From-SVN: r154055
Diffstat (limited to 'config/largefile.m4')
-rw-r--r-- | config/largefile.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
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*) |