From 46e057d1ed93a9fc467022f618a5a077553c67fe Mon Sep 17 00:00:00 2001 From: "Blake J. Harnden" Date: Wed, 14 Mar 2018 10:47:31 -0700 Subject: [PATCH] updated configure to check for python 2.7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2d3639b1..3881eef5 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ if test "x$enable_daemon" = "xyes"; then AC_FUNC_REALLOC AC_CHECK_FUNCS([atexit dup2 gettimeofday memset socket strerror uname]) - AM_PATH_PYTHON(2.6) + AM_PATH_PYTHON(2.7) AC_CHECK_PROG(brctl_path, brctl, $as_dir, no, $SEARCHPATH) if test "x$brctl_path" = "xno" ; then