Browse Source

Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to

php_filter.h)
migration/RELEASE_1_0_0
Ilia Alshanetsky 20 years ago
parent
commit
54bd0e5067
  1. 2
      ext/filter/config.m4

2
ext/filter/config.m4

@ -91,5 +91,5 @@ yes
PHP_NEW_EXTENSION(filter, filter.c sanitizing_filters.c logical_filters.c callback_filter.c, $ext_shared)
PHP_SUBST(FILTER_SHARED_LIBADD)
PHP_INSTALL_HEADERS([$ext_srcdir/php_filter.h])
PHP_INSTALL_HEADERS([ext/filter/php_filter.h])
fi
Loading…
Cancel
Save