src/inc/common.mk 1.60

1.60 2009/04/06 22:19:09 galt
reversing ourselves to have USE_SSL=0 be the default since some mirror sites have difficulty
Index: src/inc/common.mk
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/common.mk,v
retrieving revision 1.59
retrieving revision 1.60
diff -b -B -U 4 -r1.59 -r1.60
--- src/inc/common.mk	10 Mar 2009 20:39:34 -0000	1.59
+++ src/inc/common.mk	6 Apr 2009 22:19:09 -0000	1.60
@@ -8,11 +8,11 @@
 
 #global external libraries 
 L=
 
-#default to using ssl
+#default to not using ssl
 ifeq (${USE_SSL},)
-    USE_SSL=1
+    USE_SSL=0
 endif
 
 ifeq (${USE_SSL},1)
     L+=-lssl