Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
1ec4aefb
Commit
1ec4aefb
authored
Feb 21, 2019
by
Mark Nunberg
Browse files
Fix ifeq condition (thanks @regae)
parent
3949c8a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
1ec4aefb
...
...
@@ -59,7 +59,7 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
USE_SSL
?=
0
if
def
USE_SSL
if
eq
($(
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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment