Fix ifeq condition (thanks @regae)

This commit is contained in:
Mark Nunberg 2019-02-21 06:21:53 -05:00
parent 3949c8a153
commit 1ec4aefba6

View File

@ -59,7 +59,7 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
USE_SSL?=0
ifdef USE_SSL
ifeq ($(USE_SSL),1)
# This is the prefix of openssl on my system. This should be the sane default
# based on the platform
ifeq ($(uname_S),Linux)