Lines Matching refs:test
54 if test -z "$host_alias"; then
66 if test "$build" != "$host"; then # cross-compiling
71 if test "$BUILD_PREFIX" != ""; then
75 if test x$WINDRES != x; then
85 if test x$enable_imageio = xyes; then
92 AM_CONDITIONAL(USE_IMAGEIO, test x$enable_imageio = xyes)
93 AM_CONDITIONAL(USE_VERSION_RC, test x$use_version_rc = xtrue)
104 if test "$cross_compiling" = yes; then
111 if test x$lib != x; then
167 if (test x$enable_jpg = xyes || test x$enable_tif = xyes) && test x$enable_imageio != xyes; then
170 if test x$have_jpg_hdr = xyes -a x$have_jpg_lib = xyes; then
171 if test x$enable_jpg = xyes; then
185 if test x$jpg_lib = x; then
190 elif test x$enable_jpg = xyes; then
196 if test x$enable_png = xyes -a x$enable_imageio != xyes; then
210 if test x$have_png_hdr = xyes -a x$have_png_lib = xyes; then
222 if test x$png_lib = x; then
233 if test x$enable_tif = xyes -a x$enable_imageio != xyes; then
236 if test x$have_tif_hdr = xyes -a x$have_tif_lib = xyes; then
248 if test x$tif_lib = x; then
259 if test x$enable_webp = xyes; then
273 if test x$have_webp_hdr = xyes -a x$have_webp_lib = xyes; then
285 if test x$webp_lib = x; then
296 if test x$enable_bmp = xyes; then
300 if test x$enable_gif = xyes; then
304 if test x$enable_lbm = xyes; then
308 if test x$enable_pcx = xyes; then
312 if test x$enable_pnm = xyes; then
316 if test x$enable_svg = xyes; then
320 if test x$enable_tga = xyes; then
324 if test x$enable_xcf = xyes; then
328 if test x$enable_xpm = xyes; then
332 if test x$enable_xv = xyes; then
336 if test x$enable_webp = xyes -a x$have_webp_hdr = xyes -a x$have_webp_lib = xyes; then
338 if test x$enable_webp_shared = xyes && test x$webp_lib != x; then
346 if test x$enable_tif = xyes -a x$have_tif_hdr = xyes -a x$have_tif_lib = xyes; then
347 if test x$enable_tif_shared = xyes && test x$tif_lib != x; then
351 if test x$have_libjpeg = xyes; then
358 if test x$enable_jpg = xyes -a x$have_jpg_hdr = xyes -a x$have_jpg_lib = xyes; then
359 if test x$enable_jpg_shared = xyes && test x$jpg_lib != x; then
366 if test x$enable_png = xyes -a x$have_png_hdr = xyes -a x$have_png_lib = xyes; then
368 if test x$enable_png_shared = xyes && test x$png_lib != x; then