diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-20 12:45:03 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-20 12:45:03 +0300 |
commit | e273602acd7da369e425f310fb2869d6cb55492b (patch) | |
tree | b586e34d01f99758393c38d9908a5887a8dd78b3 | |
parent | cf9078b54d3d436ad38cde254f426bd251b61b08 (diff) |
Revert "Use bundled jpeg for the BUILD platform when cross-compiling"
Causes trouble in other cases, need to figure out a more specific fix for the
problem I see.
This reverts commit 737a580a3b96efa2e389d2e72546484af8d4d78f.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 337af8b8970f..66cef18452bc 100644 --- a/configure.ac +++ b/configure.ac @@ -4131,7 +4131,6 @@ if test "$cross_compiling" = "yes"; then --with-parallelism="$with_parallelism" \ --without-doxygen \ --without-java \ - --without-system-jpeg \ ENABLE_PDFIMPORT=FALSE \ $sub_conf_opts \ --srcdir=$srcdir \ |