summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23e9b5dd..191f4d47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ case "${host}" in
*aix* )
CFLAGS="${CFLAGS} -D_ALL_SOURCE"
;;
- *-pc-*)
+ *-pc-*gw*)
CC="gcc -mno-cygwin"
CFLAGS="-I/usr/local/include -D_MSC_VER=1 -DIN_LASSO=1"
# CFLAGS="-I/usr/local/include"