aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1670807
blob: 71c71454ab0a1f9220e1e0a5411563694c2bd81c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Look for gm4 in addition to m4

diff --git build/moz.configure/old.configure build/moz.configure/old.configure
index 8c807c0794fab..5132228960f3d 100644
--- build/moz.configure/old.configure
+++ build/moz.configure/old.configure
@@ -5,7 +5,7 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 
-m4 = check_prog('M4', ('m4',))
+m4 = check_prog('M4', ('gm4', 'm4',))
 
 
 @depends(mozconfig)