* Ralf Wildenhues wrote on Sat, Jan 14, 2006 at 10:36:05AM CET:
>
> Below is a patch for a completely independent error in configure.ac --
> it would be nice if you could report it upstream.
You know, I wasn't awake yet.. Patch in right direction below. Sorry.
Cheers,
Ralf
+++ config/configure.ac.orig 2006-01-14 10:33:45.000000000 +0100
--- config/configure.ac 2006-01-14 10:33:55.000000000 +0100
@@ -143,7 +143,7 @@
AC_CHECK_PROG([imagemagick_convert],[convert],[yes],[no])
with_imagemagick=$imagemagic_convert
])
-if test $with_imagemagick = "no" ; then {
+if test "$with_imagemagick" = "no" ; then {
AM_CONDITIONAL(WITH_IMAGEMAGICK,false)
} else {
AM_CONDITIONAL(WITH_IMAGEMAGICK,true)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]