Skip to content

Commit 1fe854e

Browse files
committed
Autotools: Sync quotes in PHP_INSTALL_HEADERS
Follow-up of GH-13213 [skip ci]
1 parent 8e8dc40 commit 1fe854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ EXT_HASH_HEADERS="php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h \
4545
php_hash_xxhash.h xxhash/xxhash.h"
4646

4747
PHP_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, 0,,$PHP_HASH_CFLAGS)
48-
PHP_INSTALL_HEADERS(ext/hash, $EXT_HASH_HEADERS)
48+
PHP_INSTALL_HEADERS([ext/hash], [$EXT_HASH_HEADERS])

0 commit comments

Comments
 (0)