updated configure to check for python 2.7
This commit is contained in:
parent
51855831c1
commit
46e057d1ed
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ if test "x$enable_daemon" = "xyes"; then
|
||||||
AC_FUNC_REALLOC
|
AC_FUNC_REALLOC
|
||||||
AC_CHECK_FUNCS([atexit dup2 gettimeofday memset socket strerror uname])
|
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)
|
AC_CHECK_PROG(brctl_path, brctl, $as_dir, no, $SEARCHPATH)
|
||||||
if test "x$brctl_path" = "xno" ; then
|
if test "x$brctl_path" = "xno" ; then
|
||||||
|
|
Loading…
Reference in a new issue