git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4e93152
)
fixed python search log output.
author
kramm
<kramm>
Sun, 25 Jul 2004 09:09:46 +0000
(09:09 +0000)
committer
kramm
<kramm>
Sun, 25 Jul 2004 09:09:46 +0000
(09:09 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
cb6e1ea
..
31b5167
100644
(file)
--- 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(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"
echo "* No usable python installation found"
echo "* Not compiling the python interface"
- AC_MSG_RESULT(nope)
fi
# ------------------------------------------------------------------
fi
# ------------------------------------------------------------------