diff configure @ 225:12579d965149 r20-4b11

Import from CVS: tag r20-4b11
author cvs
date Mon, 13 Aug 2007 10:11:40 +0200
parents 2c611d1463a6
children 0e522484dd2a
line wrap: on
line diff
--- a/configure	Mon Aug 13 10:10:55 2007 +0200
+++ b/configure	Mon Aug 13 10:11:40 2007 +0200
@@ -5731,7 +5731,7 @@
     libs_x="-lcompface $libs_x" &&  if test "$extra_verbose" = "yes"; then echo "    Prepending \"-lcompface\" to \$libs_x"; fi
   fi
 
-    test -z "$with_imagick" && { ac_safe=`echo "magick/magick.h" | sed 'y%./+-%__p_%'`
+    test "$with_imagick" != "no" && { ac_safe=`echo "magick/magick.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for magick/magick.h""... $ac_c" 1>&6
 echo "configure:5737: checking for magick/magick.h" >&5
 
@@ -5799,7 +5799,7 @@
 
 fi
  }
-  test -z "$with_imagick" && {
+  test "$with_imagick" != "no" && {
         imagick_libs=""
     
 echo $ac_n "checking for XDPSPixelsPerPoint in -ldps""... $ac_c" 1>&6
@@ -10370,7 +10370,7 @@
 fi
 test "$with_xface" = yes && echo "  Compiling in support for X-Face message headers."
 test "$with_imagick"  = yes && echo "  Compiling in support for ImageMagick image conversion."
-
+test "$with_imagick" = yes && echo "   Using $imagick_libs for graphics libraries."
 case "$with_sound" in
   nas    ) echo "  Compiling in network sound (NAS) support." ;;
   native ) echo "  Compiling in native sound support." ;;