File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ default|default-alldrv|default-all-errors|default-spellcheck|default-shellcheck|
200
200
CONFIG_OPTS+=(" --with-doc=skip" )
201
201
# Enable as many binaries to build as current worker setup allows
202
202
CONFIG_OPTS+=(" --with-all=auto" )
203
- if [[ " $TRAVIS_OS_NAME " != " windows" ]] && [[ " $TRAVIS_OS_NAME " != " freebsd" ]] ; then
203
+ if [[ " $TRAVIS_OS_NAME " != " windows" ]] && [[ " $TRAVIS_OS_NAME " != " freebsd" ]] && [ " ${BUILD_LIBGD_CGI-} " != " auto " ] ; then
204
204
# Currently --with-all implies this, but better be sure to
205
205
# really build everything we can to be certain it builds:
206
206
if pkg-config --exists libgd || pkg-config --exists libgd2 || pkg-config --exists libgd3 || pkg-config --exists gdlib ; then
You can’t perform that action at this time.
0 commit comments