summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index beea0c2c..e68c4c47 100644
--- a/configure.py
+++ b/configure.py
@@ -13,6 +13,7 @@ from talerbuildconfig import *
b = BuildConfig()
b.enable_prefix()
+b.enable_variant()
b.enable_configmk()
b.add_tool(PythonTool())
b.add_tool(PyBabelTool())