diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-12 11:16:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-13 09:50:42 +0100 |
commit | 9ca02a663c3eee2698eb360dd5dc7afb1951e743 (patch) | |
tree | 74f765ddf9bdee85fb8778d1e7c8a7d16a7264c2 /configure.in | |
parent | 2a42638c79cf9a8297b822dc9842618f1f2f8779 (diff) |
duplicate SYSTEM_[LIBJPEG|JPEG] tests
we have both a SYSTEM_LIBJPEG and SYSTEM_JPEG but only SYSTEM_JPEG appears to
be used
Change-Id: Ib1a5da4c907222be33465ce06997f111c4fffe87
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/configure.in b/configure.in index 595ba71bbb0f..4dd184caabab 100644 --- a/configure.in +++ b/configure.in @@ -10623,32 +10623,6 @@ fi AC_SUBST(SYSTEM_LIBPNG) dnl =================================================================== -dnl Test whether to build libjpeg or rely on the system version -dnl =================================================================== -dnl FIXME: this is currently because we have jpeg-6b for our filters -dnl and jpeg-8 as dependency for librsvg -dnl this should be unified into using only one version for both - -AC_MSG_CHECKING([whether to use the system libjpeg]) - -if test "$SYSTEM_JPEG" = "YES"; then - SYSTEM_LIBJPEG=YES - AC_MSG_RESULT([yes]) -else - case "$_os" in - WINNT|Darwin|iOS|Android) - SYSTEM_LIBJPEG=NO - AC_MSG_RESULT([no]) - ;; - *) - SYSTEM_LIBJPEG=YES - AC_MSG_RESULT([yes]) - ;; - esac -fi -AC_SUBST(SYSTEM_LIBJPEG) - -dnl =================================================================== dnl Check for runtime JVM search path dnl =================================================================== if test "$SOLAR_JAVA" != ""; then |