public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/libgui] Fix libgui for cygwin again...
@ 2001-10-24 18:25 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2001-10-24 18:25 UTC (permalink / raw)
  To: Insight Maling List

Hi,

This was a casualty of the recent tcl merge. I think this is only needed
for older cygwins, but it won't hurt any.

Keith

ChangeLog
2001-10-24  Keith Seitz  <keiths@redhat.com>

	* configure.in (ac_win_build): Put "-DWIN32" back into LIBGUI_CFLAGS.
	* configure: Regenerate.

Patch
Index: configure.in
===================================================================
RCS file: /cvs/src/src/libgui/configure.in,v
retrieving revision 1.10
diff -u -p -r1.10 configure.in
--- configure.in	2001/10/12 05:21:57	1.10
+++ configure.in	2001/10/25 01:23:38
@@ -63,6 +63,7 @@ fi

 case "${target}" in
 *-*-cygwin*)
+	LIBGUI_CFLAGS="-DWIN32 $LIBGUI_CFLAGS"
         touch ac$$.c
         if ${CC} -c -mwin32 ac$$.c >/dev/null 2>&1; then
             case "$LIBGUI_CFLAGS" in

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-24 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-24 18:25 [PATCH/libgui] Fix libgui for cygwin again Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).