summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-02-14 01:42:32 +0000
committerrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-02-14 01:42:32 +0000
commit7f320dfff9bb284c5cb46e35785c4cdf3e9b8b62 (patch)
treef3847ce09b3431b767ddaefa6c14e76069b6caaf
parent0229a0518eebbd03e8b78702745dc99db3fcfe88 (diff)
Make sure windows still build when following the instructions from the wikki
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@50 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 583dd42..9f35957 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=-I${ZLIB_INCLUDE}
+ ZLIB_LIBS=${ZLIB_LIB}/zdll.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"