diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-19 00:00:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-21 00:40:18 +0300 |
commit | 481d0d318f3cc57974b828989751f05c0d177190 (patch) | |
tree | 9a4ba32d5944c94ab691cdc7d628827fe8c942f9 /configure.in | |
parent | 6b9ad9ad8bfe9ae6f8e59affefd33eda30e6630e (diff) |
Pass --disable-zenity to the inner configure run for the BUILD platform
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d44680d0c95a..300e76212495 100755 --- a/configure.in +++ b/configure.in @@ -1708,6 +1708,7 @@ if test "$cross_compiling" = "yes"; then ./configure \ --disable-mozilla \ --disable-build-mozilla \ + --disable-zenity \ $sub_conf_opts \ 2>&1 | sed -e 's/^/ /' test -f ./*Env.Set.sh 2>/dev/null || exit |