We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708d739 commit aa93cc0Copy full SHA for aa93cc0
ext/gd/config.m4
@@ -30,8 +30,8 @@ fi
30
PHP_ARG_WITH(xpm-dir, for the location of libXpm,
31
[ --with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix], no, no)
32
33
-PHP_ARG_ENABLE(freetype, for FreeType 2,
34
-[ --enable-freetype GD: Enable FreeType 2 support], no, no)
+PHP_ARG_WITH(freetype, for FreeType 2,
+[ --with-freetype GD: Enable FreeType 2 support], no, no)
35
36
PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
37
[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
travis/compile.sh
@@ -70,7 +70,7 @@ $TS \
70
--with-pspell=/usr \
71
--with-enchant=/usr \
72
--enable-wddx \
73
---enable-freetype \
+--with-freetype \
74
--with-xpm-dir=/usr \
75
--with-kerberos \
76
--enable-sysvmsg \
0 commit comments