Fix 'configure: error: conditional "HAVE_MAGICK_OPTIMIZE" was never defined' error?
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 10:55:25 +0000 (10:55 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 10:55:25 +0000 (10:55 +0000)
git-svn-id: http://svn.voria.com/code@1014 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/config/configure.ac

index fe32d01..ca34e20 100644 (file)
@@ -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