]> granicus.if.org Git - php/commitdiff
zip: fix lib check
authorRemi Collet <remi@php.net>
Tue, 28 Jan 2020 10:32:42 +0000 (11:32 +0100)
committerRemi Collet <remi@php.net>
Tue, 28 Jan 2020 10:32:42 +0000 (11:32 +0100)
ext/zip/config.m4

index 669adb6b9aeda3ba0da5442dc3e67e996640132a..943852e4e6102bc30eb77ed2650ff72b10c1e6fa 100644 (file)
@@ -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,