updated configure to check for python 2.7

This commit is contained in:
Blake J. Harnden 2018-03-14 10:47:31 -07:00
parent 51855831c1
commit 46e057d1ed

View file

@ -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