summaryrefslogtreecommitdiff
path: root/lang/spidermonkey91/files/patch-moz.configure
blob: 94ae8c5f0b0777f7c5c1232c33f6df654e0d9cfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- Fix awk detection

Index: moz.configure
--- moz.configure.orig	2022-03-30 19:25:49 UTC
+++ moz.configure
@@ -708,7 +708,7 @@ add_old_configure_assignment("CLANG_PLUGIN", clang_plu
 
 # Awk detection
 # ==============================================================
-awk = check_prog("AWK", ("gawk", "mawk", "nawk", "awk"))
+awk = check_prog('AWK', ('awk',))
 
 # Until the AWK variable is not necessary in old-configure