[Fedora-directory-commits] coolkey configure.in,1.11,1.12

Robert Relyea (rrelyea) fedora-directory-commits at redhat.com
Wed Feb 14 01:42:34 UTC 2007


Author: rrelyea

Update of /cvs/dirsec/coolkey
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23586

Modified Files:
	configure.in 
Log Message:


Make sure windows still build when following the instructions from the wikki


Index: configure.in
===================================================================
RCS file: /cvs/dirsec/coolkey/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- configure.in	14 Feb 2007 00:46:28 -0000	1.11
+++ configure.in	14 Feb 2007 01:42:32 -0000	1.12
@@ -54,8 +54,8 @@
 *-*-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"




More information about the Fedora-directory-commits mailing list