Update install.sh
This commit is contained in:
parent
a34bea53de
commit
6a14554ee9
|
|
@ -64,7 +64,7 @@ echo "$sourcePath/php/php${PHP_VER}"
|
|||
|
||||
ZIP_OPTION='--with-zip'
|
||||
libzip_version=`pkg-config libzip --modversion`
|
||||
if [ "$libzip_version" -lt "0.10.1" ];then
|
||||
if [ "$libzip_version" -le "0.10.1" ];then
|
||||
ZIP_OPTION="--with-zip=${serverPath}/lib/libzip"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue