[Fedora-directory-commits] coolkey configure.in,1.8,1.9

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Tue Feb 6 19:47:32 UTC 2007


Author: jmagne

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

Modified Files:
	configure.in 
Log Message:
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.



Index: configure.in
===================================================================
RCS file: /cvs/dirsec/coolkey/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- configure.in	18 Jan 2007 00:59:11 -0000	1.8
+++ configure.in	6 Feb 2007 19:47:30 -0000	1.9
@@ -54,8 +54,8 @@
 *-*-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"




More information about the Fedora-directory-commits mailing list