From: darco Date: Wed, 25 Jan 2006 05:31:21 +0000 (+0000) Subject: Oops, I seem to be missing a K here... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=3db2a544f099be9454408aed8ad257d69aeed1f0;p=synfig.git Oops, I seem to be missing a K here... git-svn-id: http://svn.voria.com/code@116 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/config/configure.ac b/synfig-core/trunk/config/configure.ac index 28007f1..213d98f 100644 --- a/synfig-core/trunk/config/configure.ac +++ b/synfig-core/trunk/config/configure.ac @@ -141,7 +141,7 @@ AC_ARG_WITH(imagemagick,[ --without-imagemagick Disable support for ImageMagick],[ ],[ AC_CHECK_PROG([imagemagick_convert],[convert],[yes],[no]) - with_imagemagick=$imagemagic_convert + with_imagemagick=$imagemagick_convert ]) if test $with_imagemagick = "no" ; then { AM_CONDITIONAL(WITH_IMAGEMAGICK,false)