From c180e9b48add3d99548b54cff082fc3d3de45c73 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 19 Aug 2023 14:45:54 +0200 Subject: [PATCH] Remove unused call to Makefile.frag in ext/zip The Makefile.frag has been removed in ext/zip. --- ext/zip/config.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/zip/config.m4 b/ext/zip/config.m4 index 5111f91ee35..3b60bb3e543 100644 --- a/ext/zip/config.m4 +++ b/ext/zip/config.m4 @@ -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