Commit c135ea39 by Mark Mitchell Committed by Mark Mitchell

* configure.in: Fix typo in last change.

From-SVN: r31372
parent 149bb763
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> 2000-01-12 Richard Henderson <rth@cygnus.com>
* configure.in: Don't build some bits for beos. * configure.in: Don't build some bits for beos.
......
...@@ -549,10 +549,10 @@ case "${host}" in ...@@ -549,10 +549,10 @@ case "${host}" in
;; ;;
ppc*-*-pe) 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" 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*) powerpc-*-beos*)
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline" noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
;; ;;
;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment