aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.py b/configure.py
index 1c38a86e3..bad2b2f7c 100755
--- a/configure.py
+++ b/configure.py
@@ -1900,13 +1900,10 @@ def create_template_vars(source_paths, build_config, options, modules, cc, arch,
'python_version': options.python_version,
'with_sphinx': options.with_sphinx,
+ 'house_ecc_curve_defines': make_cpp_macros(HouseEccCurve(options.house_curve).defines()) \
+ if options.house_curve else ''
}
- if options.house_curve:
- variables['house_ecc_curve_defines'] = make_cpp_macros(HouseEccCurve(options.house_curve).defines())
- else:
- variables['house_ecc_curve_defines'] = ''
-
if options.build_shared_lib:
if osinfo.soname_pattern_base != None: