From debcbfb42b93433a4f81511e814687ae0ac7e621 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 30 Oct 2021 19:49:34 -0400 Subject: Issue %3031 - Remove Tup build-backend --- moz.configure | 7 ------- 1 file changed, 7 deletions(-) (limited to 'moz.configure') 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) -- cgit v1.2.3