We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310f96f commit f349d79Copy full SHA for f349d79
ext/zip/config.m4
@@ -10,15 +10,7 @@ if test "$PHP_ZIP" != "no"; then
10
PHP_EVAL_LIBLINE($LIBZIP_LIBS, ZIP_SHARED_LIBADD)
11
LIBZIP_LIBDIR=`$PKG_CONFIG --variable=libdir libzip`
12
13
- dnl Could not think of a simple way to check libzip for overwrite support
14
- PHP_CHECK_LIBRARY(zip, zip_open,
15
- [
16
- AC_DEFINE(HAVE_LIBZIP,1,[ ])
17
- ], [
18
- AC_MSG_ERROR(could not find usable libzip)
19
20
- -L$LIBZIP_LIBDIR
21
- ])
+ AC_DEFINE(HAVE_LIBZIP, 1, [ ])
22
23
PHP_CHECK_LIBRARY(zip, zip_file_set_encryption,
24
[
0 commit comments