blob: 282bc7a34106197bab78a25a4217c9977537c645 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|