diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-01-13 01:00:59 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-01-13 01:00:59 +0000 |
commit | c135ea3910e9ddd7d52c7d2e9d277051c744c058 (patch) | |
tree | 758aa0b3fae5cd30a57d67830b3b265a92b61223 | |
parent | 149bb763059ea0740c4bb3e2ca507b6521a50298 (diff) | |
download | gcc-c135ea3910e9ddd7d52c7d2e9d277051c744c058.zip gcc-c135ea3910e9ddd7d52c7d2e9d277051c744c058.tar.gz gcc-c135ea3910e9ddd7d52c7d2e9d277051c744c058.tar.bz2 |
* configure.in: Fix typo in last change.
From-SVN: r31372
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Wed Jan 12 18:00:26 2000 Mark P. Mitchell <mark@codesourcery.com> + + * configure.in: Fix typo in last change. + 2000-01-12 Richard Henderson <rth@cygnus.com> * configure.in: Don't build some bits for beos. diff --git a/configure.in b/configure.in index 8259ddf..1eb33d8 100644 --- a/configure.in +++ b/configure.in @@ -549,10 +549,10 @@ case "${host}" in ;; ppc*-*-pe) noconfigdirs="patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv" + ;; powerpc-*-beos*) noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline" ;; - ;; esac |