evas: build jpg saver if loader is static

SVN revision: 79253
This commit is contained in:
Sebastian Dransfeld 2012-11-13 22:39:53 +00:00
parent eab0f81290
commit 969e89bec4
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ case "$host_os" in
mingw*)
;;
*)
if test "x${have_evas_image_loader_jpeg}" = "xyes" ; then
if test "x${have_evas_image_loader_jpeg}" = "xyes" -o "x${have_evas_image_loader_jpeg}" = "xstatic"; then
AC_DEFINE([EVAS_BUILD_SAVER_JPEG], [1], [Build JPEG saver])
have_evas_image_saver_jpeg="yes"
fi