From 8cfcb714123d7ebc46bd9cc691146a4f86912e77 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 26 Jul 2017 19:27:02 -0400 Subject: [PATCH] python fix for el6 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 81abc773d..76ee73548 100644 --- a/configure.ac +++ b/configure.ac @@ -1106,11 +1106,11 @@ dnl ----------------------------------- dnl INCLUDES and LIBS for PYTHON AC_ARG_ENABLE(python, - [AS_HELP_STRING([--enable-python=no],[python language bindings])], - [], [enable_python=no]) + [AS_HELP_STRING([--enable-python=yes],[python language bindings])], + [], [enable_python=yes]) if test "x$enable_python" != "xyes"; then - use_python="No (disabled by default - use explicit python2 or python3)" + use_python="No (disabled)" else if test "x$use_swig" != "xYes"; then use_python="No (swig not available)" -- 2.50.1