You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/pecl-ps/files/ps-1.4.4-fix-gd-detection.p...

12 lines
230 B

--- a/config.m4
+++ b/config.m4
@@ -38,7 +38,7 @@
PHP_ARG_ENABLE([gd],
[for GD support],
[AS_HELP_STRING([--enable-gd],
- [Include GD support])])
+ [Include GD support])], no, no)
if test "$PHP_GD" != "no"; then