This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH/libgui] Fix libgui for cygwin again...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]