[Spice-devel] [spice-gtk 2/3] build-sys: Re-enable building of python bindings by default
Christophe Fergeau
cfergeau at redhat.com
Fri Nov 15 09:20:16 PST 2013
Commit daa4ece tried to disable building of python bindings on Windows by
default, but in doing so, it also disabled building of python bindings by
default when we are building neither for Windows nor for gtk3.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 231ee83..7db6c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -575,7 +575,7 @@ AC_ARG_WITH([python],
*) AC_MSG_ERROR([bad value $withval for python option]) ;;
esac],
[AS_IF([test "$with_gtk" = "3.0" || test "x$os_win32" = "xyes"],
- [with_python=no])]
+ [with_python=no],[with_python=yes])]
)
if test "x$with_python" = "xyes"; then
--
1.8.4.2
More information about the Spice-devel
mailing list