--- configure.orig Sun Mar 25 15:18:59 2007 +++ configure Sun Mar 25 15:20:01 2007 @@ -20515,7 +20515,7 @@ if test "${with_freetype+set}" = set; th else with_freetype=yes fi; -if test "x$with_freetype" == "xyes"; then +if test "x$with_freetype" = "xyes"; then pkg_failed=no echo "$as_me:$LINENO: checking for PANGOFT2" >&5 @@ -20989,7 +20989,7 @@ if test "${with_gnomeprint+set}" = set; else with_gnomeprint=no fi; -if test "x$with_gnomeprint" == "xyes"; then +if test "x$with_gnomeprint" = "xyes"; then pkg_failed=no echo "$as_me:$LINENO: checking for GNOMEPRINT" >&5 @@ -21927,7 +21927,7 @@ else echo "${ECHO_T}no" >&6 fi -if test "$XGETTEXT" == none ; then +if test "$XGETTEXT" = none ; then { { echo "$as_me:$LINENO: error: xgettext program not found: $XGETTEXT." >&5 echo "$as_me: error: xgettext program not found: $XGETTEXT." >&2;} { (exit 1); exit 1; }; } @@ -25011,7 +25011,7 @@ echo $ECHO_N "checking local Python conf fi - + PYTHON_EXEC_PREFIX=${LOCALBASE} PYTHON_PLATFORM=`$PYTHON -c "import sys; print sys.platform"` @@ -25073,12 +25073,12 @@ except ImportError: except: sys.exit(0) sys.exit(0)" -if $PYTHON -c "$prog" 1>&5 2>&5 - then +#if $PYTHON -c "$prog" 1>&5 2>&5 +# then eval "py_cv_mod_$py_mod_var=yes" - else - eval "py_cv_mod_$py_mod_var=no" - fi +# else +# eval "py_cv_mod_$py_mod_var=no" +# fi fi