* configure.in: Check cygwin*, not cygwin32*.
From-SVN: r26235
This commit is contained in:
parent
554241c33e
commit
8df1d91ab8
2 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue