From: John Ellson Date: Wed, 26 Jul 2017 23:27:02 +0000 (-0400) Subject: python fix for el6 X-Git-Tag: 2.42.0~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cfcb714123d7ebc46bd9cc691146a4f86912e77;p=graphviz python fix for el6 --- 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)"