diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-29 13:27:12 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-29 13:27:12 +0200 |
commit | 927868e8b93f508fe89ee82f618f4a1761366f70 (patch) | |
tree | e8475909f5620c438e1018689b74da7582e58bb6 /build | |
parent | fbeee7692b740c1020ba115f497c4325c3ff8f61 (diff) | |
download | uxp-927868e8b93f508fe89ee82f618f4a1761366f70.tar.gz |
Move --enable-tests out of Python configure and flip the default.
Diffstat (limited to 'build')
-rw-r--r-- | build/moz.configure/old.configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index ffdea81b09..9f29e68c94 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -235,6 +235,7 @@ def old_configure_options(*options): '--enable-system-pixman', '--enable-system-sqlite', '--enable-tasktracer', + '--enable-tests', '--enable-thread-sanitizer', '--enable-trace-logging', '--enable-ui-locale', |