Skip to content

Commit d91abf7

Browse files
committed
zip: fix lib check
1 parent c59219d commit d91abf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if test "$PHP_ZIP" != "no"; then
1515
], [
1616
AC_MSG_WARN(Libzip >= 1.0.0 needed for setting mtime)
1717
], [
18-
-L$LIBZIP_LIBDIR
18+
$LIBZIP_LIBS
1919
])
2020

2121
PHP_CHECK_LIBRARY(zip, zip_file_set_encryption,

0 commit comments

Comments
 (0)