summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmagne <jmagne@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-02-06 19:47:30 +0000
committerjmagne <jmagne@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-02-06 19:47:30 +0000
commitd128c38223c929f57facf88940bfda82456233e4 (patch)
tree9b86d61265d99303325ce1a3715139d03849243c
parente0d2d0905e2384b193e5801874c39649bde34dbd (diff)
Remove defaults for Windows only variables ZLIB_CFLAGS and ZLIB_LIBS. Previously any attempt to override the variables in the ./configure call failed when attempting to build on Windows.
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@44 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e788253..c57260d 100644
--- a/configure.in
+++ b/configure.in
@@ -54,8 +54,8 @@ case "$host" in
*-*-win*|*-*-cygwin*)
AC_MSG_RESULT([Windows])
WINDOWS=1
- ZLIB_CFLAGS=-Ic:/zlib
- ZLIB_LIBS=c:/zlib/zlib.dll
+ #ZLIB_CFLAGS=-Ic:/zlib
+ #ZLIB_LIBS=c:/zlib/zlib.dll
#OS_FLAGS=`echo $INCLUDE | tr '[[:upper:]]' '[[:lower:]]' | sed -e 's;\\\\;/;g' -e 's;.:;/cygdrive/&/;g' -e 's;:;;g' -e 's;//;/;g' -e 's/;/\" -I\"/g' -e 's;^;-I\";' -e 's;$;\";'`
CPPFLAGS="$CPPFLAGS $OS_FLAGS -DWIN32"
LDFLAGS="$LDFLAGS"