diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2004-09-10 02:19:35 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@dberlin.org> | 2004-09-10 02:19:35 +0000 |
commit | be75bbe1691231ba95210defdcb3d2848faab73b (patch) | |
tree | 5ecf34c141df656fe61c411314caa90553790cf0 /configure.in | |
parent | 2db8e78e679d88bbdbaf32bdfbed44382f55c0d6 (diff) | |
download | fsf-binutils-gdb-be75bbe1691231ba95210defdcb3d2848faab73b.zip fsf-binutils-gdb-be75bbe1691231ba95210defdcb3d2848faab73b.tar.gz fsf-binutils-gdb-be75bbe1691231ba95210defdcb3d2848faab73b.tar.bz2 |
2004-09-09 Daniel Berlin <dberlin@dberlin.org>
* Makefile.def: Remove libbanshee.
* Makefile.tpl: Ditto.
* configure.in: Ditto.
* Makefile.in: Regen.
* configure: Ditto.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 3354db1..9c32e12 100644 --- a/configure.in +++ b/configure.in @@ -136,7 +136,7 @@ build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fix # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libbanshee libcpp" +host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp" # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to @@ -308,17 +308,6 @@ case "${host}" in ;; esac -AC_ARG_WITH(libbanshee, -[ --without-libbanshee Don't build with libbanshee]) -case ${with_libbanshee} in - no) - noconfigdirs="$noconfigdirs libbanshee" ;; - yes|"") - with_libbanshee=yes - ;; - *) - AC_MSG_ERROR([--with-libbanshee can only be empty, "yes" or "no" (empty defaults to "yes".]) -esac AC_ARG_ENABLE(libada, [ --enable-libada Builds libada directory], @@ -1526,10 +1515,6 @@ if test x${with_newlib} != xno && echo " ${target_configdirs} " | grep " target- extra_host_args="$extra_host_args --with-newlib" fi -if test x${with_libbanshee} = xyes && echo " ${configdirs} " | grep " libbanshee " >/dev/null 2>&1; then - extra_host_args="$extra_host_args --with-libbanshee" -fi - # Default to using --with-stabs for certain targets. if test x${with_stabs} = x ; then case "${target}" in |