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 a982125 commit c9830f1Copy full SHA for c9830f1
ext/zip/config.m4
@@ -8,7 +8,6 @@ if test "$PHP_ZIP" != "no"; then
8
9
PHP_EVAL_INCLINE($LIBZIP_CFLAGS)
10
PHP_EVAL_LIBLINE($LIBZIP_LIBS, ZIP_SHARED_LIBADD)
11
- LIBZIP_LIBDIR=`$PKG_CONFIG --variable=libdir libzip`
12
13
AC_DEFINE(HAVE_LIBZIP, 1, [ ])
14
@@ -18,15 +17,15 @@ if test "$PHP_ZIP" != "no"; then
18
17
], [
19
AC_MSG_WARN(Libzip >= 1.2.0 needed for encryption support)
20
21
- -L$LIBZIP_LIBDIR
+ $LIBZIP_LIBS
22
])
23
24
PHP_CHECK_LIBRARY(zip, zip_libzip_version,
25
[
26
AC_DEFINE(HAVE_LIBZIP_VERSION, 1, [Libzip >= 1.3.1 with zip_libzip_version function])
27
28
29
30
31
32
AC_DEFINE(HAVE_ZIP,1,[ ])
0 commit comments