summaryrefslogtreecommitdiff
path: root/moz.configure
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-30 19:49:34 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-10-30 19:49:34 -0400
commitdebcbfb42b93433a4f81511e814687ae0ac7e621 (patch)
tree978c30a887190f1b396eac3e032ede9b3dfb935b /moz.configure
parent8855dcbded4a9a7b45a916e0dbafb42c857a721a (diff)
downloadaura-central-debcbfb42b93433a4f81511e814687ae0ac7e621.tar.gz
Issue %3031 - Remove Tup build-backend
Diffstat (limited to 'moz.configure')
-rw-r--r--moz.configure7
1 files changed, 0 insertions, 7 deletions
diff --git a/moz.configure b/moz.configure
index 633aaf689..e3ee68bac 100644
--- a/moz.configure
+++ b/moz.configure
@@ -124,13 +124,6 @@ def possible_makes(make, host):
check_prog('GMAKE', possible_makes)
-# tup detection
-# ==============================================================
-def tup_progs():
- return None
-
-tup = check_prog('TUP', tup_progs)
-
# Miscellaneous programs
# ==============================================================
check_prog('DOXYGEN', ('doxygen',), allow_missing=True)