summaryrefslogtreecommitdiffstats
path: root/m4/python.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/python.m4')
-rw-r--r--m4/python.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index 032334b..28bdaa3 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -30,8 +30,8 @@ AC_DEFUN([LIBGPOD_CHECK_PYTHON],
[
AC_ARG_WITH(python,
AC_HELP_STRING([--with-python=PATH],
- [build python bindings [[default=no]]]),
- [with_python=$withval],[with_python=no])
+ [build python bindings [[default=yes]]]),
+ [with_python=$withval],[with_python=yes])
AC_MSG_CHECKING(whether to build python bindings)
if test "X$with_python" != Xno; then