From 1fe854ebfa88a1e3a5a9c71e3601fa86435e865c Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Jul 2024 22:16:48 +0200 Subject: [PATCH] Autotools: Sync quotes in PHP_INSTALL_HEADERS Follow-up of GH-13213 [skip ci] --- ext/hash/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index 6770bcd578d..bca93fcc7b7 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -45,4 +45,4 @@ EXT_HASH_HEADERS="php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h \ php_hash_xxhash.h xxhash/xxhash.h" PHP_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, 0,,$PHP_HASH_CFLAGS) -PHP_INSTALL_HEADERS(ext/hash, $EXT_HASH_HEADERS) +PHP_INSTALL_HEADERS([ext/hash], [$EXT_HASH_HEADERS])