From e273602acd7da369e425f310fb2869d6cb55492b Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 20 May 2013 12:45:03 +0300 Subject: 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 \ -- cgit