From 285a077c1284544e938cd07cfa1fca3d56cf7726 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 7 Nov 2018 15:13:35 -0500 Subject: 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 --- travis/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/compile.sh') 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 \ -- cgit v1.2.1