diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-12-08 20:20:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-08 20:20:34 +0200 |
commit | aee92768a4eb0ec2b60d05ce952d1865f9b282ce (patch) | |
tree | 6f00cb01ac30903361e8e2a2d949a58c90606169 /configure.ac | |
parent | 649c6b38911e9b77d21efba5fa1d6affa9fc4b0e (diff) |
There is no --disable-build-mozilla option
Change-Id: Ib879ae35358d0f45cc874de501d42532f69ac460
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5cc0d71394e8..6a5b769655e9 100644 --- a/configure.ac +++ b/configure.ac @@ -4197,7 +4197,6 @@ if test "$cross_compiling" = "yes"; then # Don't bother having configure look for stuff not needed for the build platform anyway ./configure \ --disable-graphite \ - --disable-build-mozilla \ --disable-postgresql-sdbc \ --disable-zenity \ --with-parallelism="$with_parallelism" \ |