]> granicus.if.org Git - graphviz/commitdiff
python fix for el6
authorJohn Ellson <ellson@research.att.com>
Wed, 26 Jul 2017 23:27:02 +0000 (19:27 -0400)
committerJohn Ellson <ellson@research.att.com>
Wed, 26 Jul 2017 23:27:02 +0000 (19:27 -0400)
configure.ac

index 81abc773d1f99fdeb384603dc7b20af8d71a20de..76ee7354803667f3f6f226ab517da275e83b1c65 100644 (file)
@@ -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)"