2009-05-28 Nick Clifton <nickc@redhat.com>
[deliverable/binutils-gdb.git] / binutils / configure.in
index e35b169be3aa0e98b57e924c4c143cec1b58ce18..6f9b3d022ffaea9a6af54ce77927b707fa16cb2b 100644 (file)
@@ -16,6 +16,8 @@ AC_PROG_CC
 AC_GNU_SOURCE
 AC_USE_SYSTEM_EXTENSIONS
 
+AC_PLUGINS
+
 case "${target}" in
 changequote(,)dnl
   sparc-*-solaris*|i[3-7]86-*-solaris*)
@@ -25,7 +27,9 @@ changequote([,])dnl
     # configure script so that the utilities in this directory agree
     # on the size of structures used to describe files.
     if test "${target}" = "${host}" -a "$enable_largefile" != 'yes'; then
-      enable_largefile="no"
+      if test "$plugins" = "no"; then
+        enable_largefile="no"
+      fi
     fi
     ;;
 esac
This page took 0.026342 seconds and 4 git commands to generate.