[gupnp-igd] Make pygtk 2 python bindings disabled by default



commit df09893c4bf74966554e6ee4ee5ff115a48850fd
Author: Olivier Crête <olivier crete collabora com>
Date:   Wed Feb 5 17:54:26 2014 -0500

    Make pygtk 2 python bindings disabled by default

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3f0cd84..4709b59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,13 +36,13 @@ if test "x$found_introspection" = "xyes"; then
 fi
 
 AC_ARG_ENABLE([python],
-       AC_HELP_STRING([--disable-python], [Disable Python bindings]),
+       AC_HELP_STRING([--enable-python], [Enable pre-introspection Python bindings]),
        [case "${enableval}" in
            yes) WANT_PYTHON=yes ;;
            no)  WANT_PYTHON=no ;;
            *) AC_MSG_ERROR(bad value ${enableval} for --enable-python) ;;
         esac],
-       WANT_PYTHON=yes)
+       WANT_PYTHON=no)
 
 if test "x$WANT_PYTHON" = "xyes"; then
    AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]