Commit 8df1d91a by Geoffrey Noer Committed by Jeff Law

* configure.in: Check cygwin*, not cygwin32*.

From-SVN: r26235
parent 554241c3
......@@ -31,6 +31,10 @@ Fri Mar 5 01:15:15 1999 H.J. Lu (hjl@gnu.org)
* iovsprintf.c: Likewise.
* iovsscanf.c: Likewise.
Sun Feb 28 22:39:17 1999 Geoffrey Noer <noer@cygnus.com>
* configure.in: Check cygwin*, not cygwin32*.
Wed Feb 10 09:25:48 1999 Mumit Khan <khan@xraylith.wisc.edu>
* gen-params (VTABLE_LABEL_PREFIX): Handle windows32.
......
......@@ -147,7 +147,7 @@ LIBDIR=yes
TO_TOPDIR=../
ALL='$(_G_CONFIG_H) libio.a libiostream.a iostream.list'
case "${target}" in
*-*-cygwin32*)
*-*-cygwin*)
XCINCLUDES='-I. -I$(srcdir) -I$(srcdir)/../winsup/include'
XCXXINCLUDES='-I. -I$(srcdir) -I$(srcdir)/../winsup/include'
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment