Disabled python

This commit is contained in:
Yevgen Muntyan 2010-12-08 01:37:22 -08:00
parent efc260ea16
commit 75e1e00f2d

View File

@ -32,6 +32,8 @@ AC_DEFUN_ONCE([MOO_AC_PYTHON],[
AC_SUBST([PYGTK_DEFS_DIR],[`$PKG_CONFIG --variable=defsdir pygtk-2.0`])
fi
MOO_ENABLE_PYTHON=false
if $MOO_ENABLE_PYTHON; then
AC_MSG_NOTICE([compiling python support])
elif test "x$_moo_want_python" = "xyes"; then