There is no --with-zip-home option
Change-Id: I560b4504263c824154f488aab2fa62c1d26e03bb
This commit is contained in:
@@ -9347,7 +9347,7 @@ dnl ===================================================================
|
|||||||
AC_PATH_PROG(ZIP, zip)
|
AC_PATH_PROG(ZIP, zip)
|
||||||
test -z "$ZIP" && AC_MSG_ERROR([zip is required])
|
test -z "$ZIP" && AC_MSG_ERROR([zip is required])
|
||||||
if ! "$ZIP" --filesync < /dev/null 2>/dev/null > /dev/null; then
|
if ! "$ZIP" --filesync < /dev/null 2>/dev/null > /dev/null; then
|
||||||
AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install or use --with-zip-home],,)
|
AC_MSG_ERROR([Zip version 3.0 or newer is required to build, please install it and make sure it is the one found first in PATH],,)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_PATH_PROG(UNZIP, unzip)
|
AC_PATH_PROG(UNZIP, unzip)
|
||||||
|
Reference in New Issue
Block a user