mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
zip: fix lib check
This commit is contained in:
parent
c59219de85
commit
d91abf76e0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if test "$PHP_ZIP" != "no"; then
|
|||
], [
|
||||
AC_MSG_WARN(Libzip >= 1.0.0 needed for setting mtime)
|
||||
], [
|
||||
-L$LIBZIP_LIBDIR
|
||||
$LIBZIP_LIBS
|
||||
])
|
||||
|
||||
PHP_CHECK_LIBRARY(zip, zip_file_set_encryption,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue