mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[skip ci] Fix comment in Tidy autoconf file
This commit is contained in:
parent
ec88bbc4c6
commit
3b9d33dc20
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if test "$PHP_TIDY" != "no"; then
|
||||||
PHP_ADD_LIBRARY_WITH_PATH($TIDY_LIB_NAME, $TIDY_LIBDIR, TIDY_SHARED_LIBADD)
|
PHP_ADD_LIBRARY_WITH_PATH($TIDY_LIB_NAME, $TIDY_LIBDIR, TIDY_SHARED_LIBADD)
|
||||||
PHP_ADD_INCLUDE($TIDY_INCDIR)
|
PHP_ADD_INCLUDE($TIDY_INCDIR)
|
||||||
|
|
||||||
dnl Add -Wno-empty-body as this is an issue upstream
|
dnl Add -Wno-ignored-qualifiers as this is an issue upstream
|
||||||
TIDY_COMPILER_FLAGS="$TIDY_CFLAGS -Wno-ignored-qualifiers -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
|
TIDY_COMPILER_FLAGS="$TIDY_CFLAGS -Wno-ignored-qualifiers -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
|
||||||
PHP_NEW_EXTENSION(tidy, tidy.c, $ext_shared,, $TIDY_COMPILER_FLAGS)
|
PHP_NEW_EXTENSION(tidy, tidy.c, $ext_shared,, $TIDY_COMPILER_FLAGS)
|
||||||
PHP_SUBST(TIDY_SHARED_LIBADD)
|
PHP_SUBST(TIDY_SHARED_LIBADD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue