removed pip check, updated make files for using DESTDIR, removed usage of pip during make install
This commit is contained in:
parent
3324735a28
commit
f61c07c108
5 changed files with 27 additions and 10 deletions
|
@ -147,11 +147,6 @@ if test "x$enable_daemon" = "xyes" ; then
|
|||
AC_CHECK_PROG(ovs_of_path, ovs-ofctl, $as_dir, no, $SEARCHPATH)
|
||||
fi
|
||||
|
||||
AC_CHECK_PROG(pip_installed, pip, yes, no, $SEARCHPATH)
|
||||
if test "x$pip_installed" = "xno" ; then
|
||||
AC_MSG_ERROR([Could not locate pip. Please install python-pip.])
|
||||
fi
|
||||
|
||||
#AC_CHECK_PROG(dia, dia, yes, no)
|
||||
AC_CHECK_PROG(help2man, help2man, yes, no, $SEARCHPATH)
|
||||
if test "x$convert" = "xno" ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue