--- Makefile.orig 2009-04-19 01:43:08.000000000 -0300 +++ Makefile 2009-04-19 01:43:28.000000000 -0300 @@ -14,7 +14,7 @@ CFLAGS += -UDEBUG endif -ifeq ($(strip $(ENALE_HTTPS)),true) +ifeq ($(strip $(ENABLE_HTTPS)),true) CFLAGS += -DWITH_SSL LDFLAGS += -lssl -lcrypto endif