$NetBSD: patch-ab,v 1.8 2008/05/06 23:50:42 markd Exp $ --- configure.orig 2007-05-31 09:56:35.000000000 +1200 +++ configure @@ -33848,6 +33848,7 @@ echo "${ECHO_T}$kde_cv_path" >&6; } fi +GRAPHICS_MAGICK_CONFIG= if test -n "$GRAPHICS_MAGICK_CONFIG"; then vers=`$GRAPHICS_MAGICK_CONFIG --version 2>/dev/null | $AWK 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` @@ -38534,7 +38535,7 @@ fi -if test "x$compile_kexi_macros_plugin" == "xyes"; then +if test "x$compile_kexi_macros_plugin" = "xyes"; then compile_kexi_macros_plugin_TRUE= compile_kexi_macros_plugin_FALSE='#' else @@ -38543,7 +38544,7 @@ else fi -if test "$compile_kexi_macros_plugin" == "yes"; then +if test "$compile_kexi_macros_plugin" = "yes"; then cat >>confdefs.h <<\_ACEOF #define KEXI_MACROS_SUPPORT 1 @@ -38928,6 +38929,10 @@ else version=""2.5"" fi +if test -n "${PYVERSSUFFIX}"; then + version="${PYVERSSUFFIX}" +fi + { echo "$as_me:$LINENO: checking for Python$version" >&5 echo $ECHO_N "checking for Python$version... $ECHO_C" >&6; }