File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
PHP_ARG_WITH(xpm-dir, for the location of libXpm,
31
31
[ --with-xpm-dir[ =DIR] GD: Set the path to libXpm install prefix] , no, no)
32
32
33
- PHP_ARG_ENABLE (freetype, for FreeType 2,
34
- [ --enable -freetype GD: Enable FreeType 2 support] , no, no)
33
+ PHP_ARG_WITH (freetype, for FreeType 2,
34
+ [ --with -freetype GD: Enable FreeType 2 support] , no, no)
35
35
36
36
PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
37
37
[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support] , no, no)
Original file line number Diff line number Diff line change 70
70
--with-pspell=/usr \
71
71
--with-enchant=/usr \
72
72
--enable-wddx \
73
- --enable -freetype \
73
+ --with -freetype \
74
74
--with-xpm-dir=/usr \
75
75
--with-kerberos \
76
76
--enable-sysvmsg \
You can’t perform that action at this time.
0 commit comments