diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-18 22:30:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-18 22:30:25 +0300 |
commit | 809241fbb2d81bef2eab9f87268915144f22c9a0 (patch) | |
tree | 9a5d87b52fb23f9984f7353cda541af4e3aa2567 /configure.ac | |
parent | 502574cb4f1c081b55445fd4b47de6693ef293e2 (diff) |
We don't need any export validation on the build platform when cross-compiling
Change-Id: I3e5c92c2824f1b6503e85cff775424b48c3c38d0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 38d83c6c2464..dcebca924a24 100644 --- a/configure.ac +++ b/configure.ac @@ -4631,6 +4631,7 @@ if test "$cross_compiling" = "yes"; then --with-parallelism="$with_parallelism" \ --without-doxygen \ --without-java \ + --without-export-validation \ $sub_conf_opts \ --srcdir=$srcdir \ 2>&1 | sed -e 's/^/ /' |