From 53b0f196ac7ed30d86b391e6fa46265f0e2f4f5a Mon Sep 17 00:00:00 2001
From: Geoffrey Noer <noer@cygnus>
Date: Thu, 5 Feb 1998 00:58:07 +0000
Subject: Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>

        * configure.in: add target-gperf to noconfigdirs for Cygwin32.
        Fix typo in ming config comment.
---
 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'configure.in')

diff --git a/configure.in b/configure.in
index 4a89ddd36d1..14dd44f20ed 100644
--- a/configure.in
+++ b/configure.in
@@ -604,7 +604,7 @@ case "${target}" in
     target_configdirs="$target_configdirs target-mingw"
     noconfigdirs="$noconfigdirs expect target-libgloss"
 
-    # Can't build gdb for cygwin32 if not native.
+    # Can't build gdb for mingw32 if not native.
     case "${host}" in
       i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
       *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
@@ -613,7 +613,7 @@ case "${target}" in
     ;;    
   *-*-cygwin32)
     target_configdirs="$target_configdirs target-winsup"
-    noconfigdirs="$noconfigdirs target-libgloss"
+    noconfigdirs="$noconfigdirs target-gperf target-libgloss"
     # always build newlib.
     skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
 
-- 
cgit v1.2.1