1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused call to Makefile.frag in ext/zip

The Makefile.frag has been removed in ext/zip.
This commit is contained in:
Peter Kokot
2023-08-19 14:45:54 +02:00
committed by Remi Collet
parent 7f1c3bf09b
commit c180e9b48a

View File

@@ -65,7 +65,4 @@ if test "$PHP_ZIP" != "no"; then
PHP_NEW_EXTENSION(zip, $PHP_ZIP_SOURCES, $ext_shared)
PHP_SUBST(ZIP_SHARED_LIBADD)
dnl so we always include the known-good working hack.
PHP_ADD_MAKEFILE_FRAGMENT
fi