Check for cygwin' as well as cygwin32', since

Estimated hours taken: 0.1

scripts/ml.in:
	Check for `cygwin' as well as `cygwin32', since
	Cygwin32 has been renamed as Cygwin now.
This commit is contained in:
Fergus Henderson
1999-02-20 15:30:42 +00:00
parent 51497341cc
commit 3f81c08fad

View File

@@ -1,7 +1,7 @@
#! /bin/sh
# @configure_input@
#---------------------------------------------------------------------------#
# Copyright (C) 1995-1998 The University of Melbourne.
# Copyright (C) 1995-1999 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#---------------------------------------------------------------------------#
@@ -95,7 +95,7 @@ BROWSER_LIB_NAME=mer_browser
verbose=false
case $FULLARCH in
*-win95|*-winnt|*-win32|*-cygwin32)
*-win95|*-winnt|*-win32|*-cygwin32|*-cygwin)
# `gcc -s' is broken in gnu-win32
strip=false
;;