default.cf: Added ENABLE_SSL to enable SSL enabled builds
authorJerome St-Louis <jerome@ecere.com>
Sun, 4 May 2014 00:23:35 +0000 (20:23 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 4 May 2014 00:23:35 +0000 (20:23 -0400)
default.cf

index d9927a6..8fb621a 100644 (file)
@@ -83,4 +83,6 @@ ifdef DISABLE_GL
 CFLAGS += -DECERE_NOGL
 endif
 
+ifndef ENABLE_SSL
 CFLAGS += -DECERE_NOSSL
+endif