summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>1999-08-08 23:32:46 +0000
committerIan Lance Taylor <iant@google.com>1999-08-08 23:32:46 +0000
commit0bde43507668a657a39303be67a472db0abe4370 (patch)
tree9629296ae404b39f87743e59d3ff8710b617133a /configure.in
parentdf4ef9bdacb80e34a7d85e9071abb9002fe63bdf (diff)
downloadcygnal-0bde43507668a657a39303be67a472db0abe4370.tar.gz
cygnal-0bde43507668a657a39303be67a472db0abe4370.tar.bz2
cygnal-0bde43507668a657a39303be67a472db0abe4370.zip
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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e9cc906ef..6815d0725 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"