summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-09 17:35:29 +0000
committerng0 <ng0@n0.is>2019-10-09 17:35:29 +0000
commitb774a075afe3c6779745050af920d616c67d7f96 (patch)
tree2459158b9a065c484ca61355be79a9560e83b3a9
parentab8674c5ef3bdf0d5b675dc940fb2e2c7e3d62ae (diff)
downloadbuild-common-b774a075afe3c6779745050af920d616c67d7f96.tar.gz
build-common-b774a075afe3c6779745050af920d616c67d7f96.tar.bz2
build-common-b774a075afe3c6779745050af920d616c67d7f96.zip
babel not bable
-rw-r--r--configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index f452c5f..4406560 100644
--- a/configure.py
+++ b/configure.py
@@ -59,8 +59,8 @@ def tool_emscripten():
def tool_pybabel():
# No suffix. Would probably be cheaper to do this in
# the dict as well.
- if existence('pybable'):
- return 'pybable'
+ if existence('pybabel'):
+ return 'pybabel'
else:
# Has suffix, try suffix. We know the names in advance,
# so use a dictionary and iterate over it. Use enough names