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 /configure.in | |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |