From 03b6345fe0f0a231b195b558aafab2aff2a950f9 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 21 Jul 2009 17:11:02 +0000 Subject: [PATCH] Fixed definitions of X11_LIB and X11_INC. --- .../top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 b/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 index ca5ee9778..0f1933e83 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86 @@ -29,8 +29,8 @@ IDL = /usr/local/idl # IDL=$(IDL)/external/rpc is the sun4 version IDLRPC = $(IDL)/external/rpc.solaris -X11_LIB = d:/cygwin/usr/X11R6/lib -X11_INC = d:/cygwin/usr/X11R6/include +X11_LIB = c:/cygwin/lib +X11_INC = c:/cygwin/include MOTIF_LIB = $(X11_LIB) MOTIF_INC = $(X11_INC)