aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1670807
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug1670807')
-rw-r--r--www/firefox/files/patch-bug167080715
1 files changed, 0 insertions, 15 deletions
diff --git a/www/firefox/files/patch-bug1670807 b/www/firefox/files/patch-bug1670807
deleted file mode 100644
index 71c71454ab0a..000000000000
--- a/www/firefox/files/patch-bug1670807
+++ /dev/null
@@ -1,15 +0,0 @@
-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)