Looks like the attachment didn't make it to the list. Here it is inline:

---

From: Daniel Drake <[EMAIL PROTECTED]>

Handle --without-windows-font-dir as equivalent to --with-windows-font-dir=

Index: ImageMagick-6.3.0/configure.ac
===================================================================
--- ImageMagick-6.3.0.orig/configure.ac
+++ ImageMagick-6.3.0/configure.ac
@@ -674,6 +674,9 @@ AC_ARG_WITH(windows-font-dir,
                           directory containing MS-Windows fonts],
         [with_windows_font_dir=$withval],
         [with_windows_font_dir=''])
+if test "x$with_windows_font_dir" = "xno"; then
+       with_windows_font_dir=
+fi
 if test "$with_windows_font_dir" != '' ; then
   DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} 
--with-windows-font-dir==$with_windows_font_dir "
 fi
_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to