From: dooglus Date: Tue, 30 Oct 2007 10:55:25 +0000 (+0000) Subject: Fix 'configure: error: conditional "HAVE_MAGICK_OPTIMIZE" was never defined' error? X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=46fb6e90a5798c4cf1f3e09c70b9d1c9ce4e119f;p=synfig.git Fix 'configure: error: conditional "HAVE_MAGICK_OPTIMIZE" was never defined' error? git-svn-id: http://svn.voria.com/code@1014 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/config/configure.ac b/synfig-core/trunk/config/configure.ac index fe32d01..ca34e20 100644 --- a/synfig-core/trunk/config/configure.ac +++ b/synfig-core/trunk/config/configure.ac @@ -176,9 +176,11 @@ if test $with_magickpp = "yes" ; then { AC_MSG_RESULT([ *** Magick++ Output target disabled]) TARGET_MAGICKPP="no" AM_CONDITIONAL(HAVE_LIBMAGICKPP,false) + AM_CONDITIONAL(HAVE_MAGICK_OPTIMIZE,false) ]) } else { AM_CONDITIONAL(HAVE_LIBMAGICKPP,false) + AM_CONDITIONAL(HAVE_MAGICK_OPTIMIZE,false) } ; fi