From 181d16592a5c243085f6d1913a69da8661fe2af2 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 25 Jul 2004 09:09:46 +0000 Subject: [PATCH] fixed python search log output. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cb6e1ea..31b5167 100644 --- a/configure.in +++ b/configure.in @@ -257,9 +257,9 @@ if test "x$PY_VERSION" "!=" "x"; then AC_MSG_RESULT(yes) else echo all install uninstall clean: > lib/python/Makefile + AC_MSG_RESULT(nope) echo "* No usable python installation found" echo "* Not compiling the python interface" - AC_MSG_RESULT(nope) fi # ------------------------------------------------------------------ -- 1.7.10.4