diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a1e587a7..f4f694d7 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ dnl---- AC_ARG_WITH([python3], [AS_HELP_STRING([--with-python3], [Set up to use Python 3 by default.])], [], - [with_python3=no]) + [with_python3=yes]) AS_IF([test "x$with_python3" != xno], AC_CHECK_PROGS([PYTHON], [python3], [none]) AC_SUBST([USE_PYTHON3], [true]) |