OSDN Git Service

* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
authorbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2009 23:17:54 +0000 (23:17 +0000)
committerbrobecke <brobecke@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Nov 2009 23:17:54 +0000 (23:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154055 138bc75d-0d04-0410-961f-82ee72b054a4

config/ChangeLog
config/largefile.m4

index 8396e1a..7b6ded0 100644 (file)
@@ -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>
 2009-11-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Joel Brobecker  <brobecker@adacore.com>
            Paolo Bonzini  <bonzini@gnu.org>
index e75eb77..9449b12 100644 (file)
@@ -4,6 +4,12 @@
 # of structures used to describe files.
 
 AC_DEFUN([ACX_LARGEFILE],[dnl
 # 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*)
 case "${host}" in
 changequote(,)dnl
   sparc-*-solaris*|i[3-7]86-*-solaris*)