From: Joel Brobecker Date: Mon, 9 Nov 2009 23:19:11 +0000 (+0000) Subject: * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS. X-Git-Tag: pf3gnuchains-20100115~25^2^2~2^2~11 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bd3cf6105b9294bdb12fe4bfb190ac4941d929a6;p=pf3gnuchains%2Fpf3gnuchains4x.git * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS. --- diff --git a/config/ChangeLog b/config/ChangeLog index 9605d6a66e..c4b4562870 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2009-11-09 Jan Kratochvil + + * largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS. + 2009-11-06 Jan Kratochvil Joel Brobecker Paolo Bonzini diff --git a/config/largefile.m4 b/config/largefile.m4 index e75eb7753c..9449b12dca 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*)