summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2018-11-07 15:13:35 -0500
committerNikita Popov <nikita.ppv@gmail.com>2018-12-26 13:37:39 +0100
commit285a077c1284544e938cd07cfa1fca3d56cf7726 (patch)
treea04a32d01e68aacb4b8048cc35cc9a9e4f1718b2 /travis
parentf44d53bb4abf8938492cbf56c1a5bb4e903f3026 (diff)
downloadphp-git-285a077c1284544e938cd07cfa1fca3d56cf7726.tar.gz
ext/gd: use --with instead of --enable
By convention it probably makes sense to stick with this even when dropping the *-dir=DIR part. See: https://github.com/php/php-src/pull/3632#discussion_r229474568 https://autotools.io/autoconf/arguments.html
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index d6bd887c85..5de9ed8446 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -70,7 +70,7 @@ $TS \
--with-pspell=/usr \
--with-enchant=/usr \
--enable-wddx \
---enable-freetype \
+--with-freetype \
--with-xpm-dir=/usr \
--with-kerberos \
--enable-sysvmsg \