* configure.in: Fix typo in last change.

From-SVN: r31372
This commit is contained in:
Mark Mitchell 2000-01-13 01:00:59 +00:00 committed by Mark Mitchell
parent 149bb76305
commit c135ea3910
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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