Bug 1336429 - Detect GN in configure. draft
authorChris Manchester <cmanchester@mozilla.com>
Wed, 20 Sep 2017 10:51:16 -0700
changeset 687199 d80a25ba5a64487cba17864969c0f516677463a3
parent 687040 7290c8fce8a1f5c4bce930d951eaf1d6326bd788
child 687200 8b56be16f69caf0f643f6c99c7068234200fa640
push id86425
push userbmo:cmanchester@mozilla.com
push dateThu, 26 Oct 2017 22:53:25 +0000
bugs1336429
milestone58.0a1
Bug 1336429 - Detect GN in configure. MozReview-Commit-ID: 8fJF8z9P5rE
toolkit/moz.configure
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -543,16 +543,17 @@ system_gpsd = pkg_check_modules('MOZ_GPS
 set_config('MOZ_GPSD', depends_if(system_gpsd)(lambda _: True))
 
 # Miscellaneous programs
 # ==============================================================
 
 check_prog('TAR', ('gnutar', 'gtar', 'tar'))
 check_prog('UNZIP', ('unzip',))
 check_prog('ZIP', ('zip',))
+check_prog('GN', ('gn',))
 
 # Key files
 # ==============================================================
 include('../build/moz.configure/keyfiles.configure')
 
 simple_keyfile('Mozilla API')
 
 simple_keyfile('Google API')