Lines Matching refs:test

13 if test -z "$PHP_VPX_DIR"; then
18 if test -z "$PHP_JPEG_DIR"; then
23 if test -z "$PHP_PNG_DIR"; then
28 if test -z "$PHP_ZLIB_DIR"; then
53 if test "$PHP_ZLIB_DIR" != "no" && test "$PHP_ZLIB_DIR" != "yes"; then
54 if test -f "$PHP_ZLIB_DIR/include/zlib/zlib.h"; then
57 elif test -f "$PHP_ZLIB_DIR/include/zlib.h"; then
65 if test -f "$i/include/zlib/zlib.h"; then
68 elif test -f "$i/include/zlib.h"; then
77 if test "$PHP_VPX_DIR" != "no"; then
80 test -f $i/include/vpx_codec.h || test -f $i/include/vpx/vpx_codec.h && GD_VPX_DIR=$i && break
83 if test -z "$GD_VPX_DIR"; then
103 if test "$PHP_JPEG_DIR" != "no"; then
106 test -f $i/include/jpeglib.h && GD_JPEG_DIR=$i && break
109 if test -z "$GD_JPEG_DIR"; then
128 if test "$PHP_PNG_DIR" != "no"; then
131 test -f $i/include/png.h && GD_PNG_DIR=$i && break
134 if test -z "$GD_PNG_DIR"; then
138 if test "$PHP_ZLIB_DIR" = "no"; then
159 if test "$PHP_XPM_DIR" != "no"; then
162test -f $i/$PHP_LIBDIR/libXpm.$SHLIB_SUFFIX_NAME || test -f $i/$PHP_LIBDIR/libXpm.a && GD_XPM_DIR=…
165 if test -z "$GD_XPM_DIR"; then
170 test -f $GD_XPM_DIR/$i/xpm.h && GD_XPM_INC=$GD_XPM_DIR/include
173 if test -z "$GD_XPM_INC"; then
193 if test "$PHP_FREETYPE_DIR" != "no"; then
196 if test -f "$i/bin/freetype-config"; then
203 if test -z "$FREETYPE2_DIR"; then
221 if test "$PHP_T1LIB" != "no"; then
224 test -f "$i/include/t1lib.h" && GD_T1_DIR=$i && break
227 if test -z "$GD_T1_DIR"; then
245 if test "$PHP_GD_NATIVE_TTF" = "yes"; then
251 if test "$PHP_GD_JIS_CONV" = "yes"; then
289 if test "$PHP_GD" = "yes"; then
303 test "$PHP_PNG_DIR" = "no" && PHP_PNG_DIR=yes
345 if test -n "$GD_VPX_DIR"; then
350 if test -n "$GD_JPEG_DIR"; then
355 if test -n "$GD_XPM_DIR"; then
360 if test -n "$FREETYPE2_DIR"; then
367 if test -n "$USE_GD_JIS_CONV"; then
374 if test "$PHP_GD" != "no"; then
391 test -f "$PHP_GD/$i/gd.h" && GD_INCLUDE="$PHP_GD/$i"
396test -f "$PHP_GD/$i/libgd.$SHLIB_SUFFIX_NAME" || test -f "$PHP_GD/$i/libgd.a" && GD_LIB="$PHP_GD/$…
399 if test -n "$GD_INCLUDE" && test -n "$GD_LIB"; then
403 elif test -z "$GD_INCLUDE"; then
434 if test "$PHP_GD" != "no"; then
439 if test "$GD_MODULE_TYPE" = "builtin"; then
444 AC_MSG_ERROR([GD build test failed. Please check the config.log for details.])
451 AC_MSG_ERROR([GD build test failed. Please check the config.log for details.])