diff options
author | Nick Clifton <nickc@redhat.com> | 2009-05-27 16:29:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-05-27 16:29:55 +0000 |
commit | 5691d22d50690ece26f3b579f29be875336b8b03 (patch) | |
tree | a663ba1b6f54cf9ad14b9e7a7f931f319fe431fd /bfd/configure | |
parent | ff2390383ba80b170776e9682e036943ab095d9b (diff) | |
download | gdb-5691d22d50690ece26f3b579f29be875336b8b03.zip gdb-5691d22d50690ece26f3b579f29be875336b8b03.tar.gz gdb-5691d22d50690ece26f3b579f29be875336b8b03.tar.bz2 |
* plugins.m4: New.
* aclocal.m4: Include ../config/plugins.m4.
* configure.in: Use AC_PLUGINS.
* configure: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index fe32d999..32f7713 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1009,7 +1009,7 @@ Optional Features: --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) - --enable-plugins linker plugins (defaults no) + --enable-plugins Enable support for plugins (defaults no) --disable-largefile omit support for large files --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) --enable-targets alternative target configurations @@ -11414,6 +11414,7 @@ CC="$lt_save_CC" + # Check whether --enable-plugins or --disable-plugins was given. if test "${enable_plugins+set}" = set; then enableval="$enable_plugins" @@ -11428,6 +11429,7 @@ fi; + if test "$plugins" = "yes"; then PLUGINS_TRUE= PLUGINS_FALSE='#' |