diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-08 23:32:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-08 23:32:46 +0000 |
commit | dc8bc5a62ae63232cc0e42871b398ed8e80c9f05 (patch) | |
tree | b8dd5af6685c4ecbc7f6804ea9dfaca092601d9b /configure.in | |
parent | 81afc8460ea29ff1221088a7120f2c8576c2de60 (diff) | |
download | gdb-dc8bc5a62ae63232cc0e42871b398ed8e80c9f05.zip gdb-dc8bc5a62ae63232cc0e42871b398ed8e80c9f05.tar.gz gdb-dc8bc5a62ae63232cc0e42871b398ed8e80c9f05.tar.bz2 |
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
* configure.in (i[3456]-*-mingw32*): Don't put gprof in
noconfigdirs.
(*-*-cygwin*): Likewise.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e9cc906..6815d07 100644 --- a/configure.in +++ b/configure.in @@ -523,13 +523,13 @@ case "${host}" in ;; i[3456]86-*-mingw32*) # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv" - noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool" + noconfigdirs="expect dejagnu cvs autoconf automake send-pr rcs guile perl texinfo apache inet libtool" ;; i[3456]86-*-beos*) noconfigdirs="$noconfigdirs tk itcl tix libgui gdb" ;; *-*-cygwin*) - noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet" + noconfigdirs="autoconf automake send-pr rcs guile perl texinfo apache inet" ;; *-*-netbsd*) noconfigdirs="rcs" |