From: kramm Date: Sun, 25 Jul 2004 09:09:46 +0000 (+0000) Subject: fixed python search log output. X-Git-Tag: release-0-6-0~51 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=181d16592a5c243085f6d1913a69da8661fe2af2 fixed python search log output. --- 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 # ------------------------------------------------------------------