- whitespace required after ifneq
@@ -13,12 +13,14 @@ SSL_BUILDER=$(shell \
if pkg-config --exists libssl; then \
echo 'pkg-config libssl'; \
fi)
-ifneq($(SSL_BUILDER),)
+
+ifneq ($(SSL_BUILDER),)
SSL_BUILDER+=$(shell \
if pkg-config --exists libcrypto; then \
echo 'libcrypto'; \
endif
ifneq ($(SSL_BUILDER),)