mirror of
https://github.com/php/php-src.git
synced 2024-12-11 10:54:47 +08:00
Remove leftover debug comment
This commit is contained in:
parent
b0dc325bba
commit
9b41f22fb2
@ -4,7 +4,7 @@ PHP_ARG_WITH([enchant],
|
||||
[Include Enchant support])])
|
||||
|
||||
if test "$PHP_ENCHANT" != "no"; then
|
||||
dnl PKG_CHECK_MODULES([ENCHANT2], [enchant-2], [found_enchant_2=yes], [found_enchant_2=no])
|
||||
PKG_CHECK_MODULES([ENCHANT2], [enchant-2], [found_enchant_2=yes], [found_enchant_2=no])
|
||||
|
||||
if test "$found_enchant_2" = "yes"; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user