* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 9 Nov 2009 23:19:11 +0000 (23:19 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 9 Nov 2009 23:19:11 +0000 (23:19 +0000)
config/ChangeLog
config/largefile.m4

index 9605d6a66e65ab412342bfabdf4d00854bbbff8d..c4b45628707a77ad1f0e83672ee2bb8ef53488eb 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>
index e75eb7753c490ce354c25c36e19ddffac8f36138..9449b12dca45e6324745ac89d07ecd258843e9e2 100644 (file)
@@ -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*)
This page took 0.025583 seconds and 4 git commands to generate.