summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2006-08-25 00:31:40 +0000
committerrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2006-08-25 00:31:40 +0000
commitbe51a8d1d262e60122aa83606ee2d98183e984ed (patch)
treeee65f5995170707c37e34e86e48d13e57c0c4680 /configure.in
parente10af31db0782dcb99c507678eaf7de3fcb8e39e (diff)
Complete the windows build.
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@25 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a2fac32..4333810 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,7 @@ case "$host" in
AC_MSG_RESULT([Windows])
WINDOWS=1
ZLIB_CFLAGS=-Ic:/zlib
- ZLIB_LIB=c:/zlib/zlib.dll
+ 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"