summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-14 14:50:58 +0000
committerng0 <ng0@taler.net>2019-12-14 14:50:58 +0000
commit3e26285cefa3a0c72d09203cc2a11ff9d5fb42a9 (patch)
treeca834d3c522cf476b7acd8e4246b76e9d400c69f /configure.py
parent4578671be7d21bc03c17ba61fe27fed8ab6cd742 (diff)
downloadwww-3e26285cefa3a0c72d09203cc2a11ff9d5fb42a9.tar.gz
www-3e26285cefa3a0c72d09203cc2a11ff9d5fb42a9.tar.bz2
www-3e26285cefa3a0c72d09203cc2a11ff9d5fb42a9.zip
make install, uninstall: fix rules and require variant to be set.
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())