1999-04-08 Ben Elliston <bje@cygnus.com>

* acspecific.m4 (AC_PROG_CC): Try using the `cl' C compiler under
	Cygwin. Contributed by Scott Stanton <stanton@scriptics.com>.
This commit is contained in:
Ben Elliston 1999-04-07 23:59:09 +00:00
parent 53f0e84115
commit 830e0c916a
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
1999-04-08 Ben Elliston <bje@cygnus.com>
* acspecific.m4 (AC_PROG_CC): Try using the `cl' C compiler under
Cygwin. Contributed by Scott Stanton <stanton@scriptics.com>.
* config.sub: Handle MPE/iX.
1999-04-07 Ben Elliston <bje@cygnus.com>

View File

@ -77,7 +77,7 @@ if test -z "$CC"; then
AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
if test -z "$CC"; then
case "`uname -s`" in
*win32* | *WIN32*)
*win32* | *WIN32* | *CYGWIN*)
AC_CHECK_PROG(CC, cl, cl) ;;
esac
fi

View File

@ -77,7 +77,7 @@ if test -z "$CC"; then
AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
if test -z "$CC"; then
case "`uname -s`" in
*win32* | *WIN32*)
*win32* | *WIN32* | *CYGWIN*)
AC_CHECK_PROG(CC, cl, cl) ;;
esac
fi