From e1e54d39e456c32c43442f3a7f5389597e535930 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 21 Aug 2015 22:33:49 -0300 Subject: damn github built-in editor --- platform/x11/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/x11/detect.py b/platform/x11/detect.py index eba8a965fa..56e3ba78f6 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -126,7 +126,7 @@ def configure(env): env.ParseConfig('pkg-config x11 --cflags --libs') env.ParseConfig('pkg-config xinerama --cflags --libs') env.ParseConfig('pkg-config xcursor --cflags --libs') - if (env("openssl"]=="yes"): + if (env["openssl"]=="yes"): env.ParseConfig('pkg-config openssl --cflags --libs') -- cgit v1.2.3