Fix ifeq condition (thanks @regae)
This commit is contained in:
parent
3949c8a153
commit
1ec4aefba6
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
|
|||||||
|
|
||||||
USE_SSL?=0
|
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
|
# This is the prefix of openssl on my system. This should be the sane default
|
||||||
# based on the platform
|
# based on the platform
|
||||||
ifeq ($(uname_S),Linux)
|
ifeq ($(uname_S),Linux)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user