• Home
  • Raw
  • Download

Lines Matching full:then

8 if test ! -z "$TMPDIR" ; then
10 elif test ! -z "$TEMPDIR" ; then
67 if test "$werror" != "yes"; then
101 if test ! -z "$packages" ; then
200 if test "$show_help" = "yes" ; then
225 if check_define __ANDROID__ ; then
227 elif check_define __linux__ ; then
229 elif check_define __OpenBSD__ ; then
231 elif check_define __sun__ ; then
234 elif check_define _WIN32 ; then
246 if test "$no_shm" = "yes" ; then
250 if test "$disable_opt" = "yes" ; then
256 # cross-compiling to one of these OSes then you'll need to specify
262 if test -z "$disable_lex" ; then
272 # 64 bit hw, then assume x86_64. Otherwise fall through to the usual
274 if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then
284 if compile_prog "" "-Wl,-no_weak_imports" "disable weak symbols"; then
291 if test -z "$cpu" && test "$(isainfo -k)" = "amd64"; then
299 if test -z "$CC" ; then
300 if test ! -z "$build_32bit_win" && test "$build_32bit_win" = "yes"; then
302 if test -e "../zlib/contrib/vstudio/vc14/x86/ZlibStatReleaseWithoutAsm/zlibstat.lib"; then
309 if test -e "../zlib/contrib/vstudio/vc14/x64/ZlibStatReleaseWithoutAsm/zlibstat.lib"; then
316 if test ! -z "$build_32bit_win" && test "$build_32bit_win" = "yes"; then
343 if test ! -z "$cpu" ; then
346 elif check_define __i386__ ; then
348 elif check_define __x86_64__ ; then
350 elif check_define __sparc__ ; then
351 if check_define __arch64__ ; then
356 elif check_define _ARCH_PPC ; then
357 if check_define _ARCH_PPC64 ; then
362 elif check_define __mips__ ; then
364 elif check_define __ia64__ ; then
366 elif check_define __s390__ ; then
367 if check_define __s390x__ ; then
372 elif check_define __arm__ ; then
374 elif check_define __aarch64__ ; then
376 elif check_define __hppa__ ; then
413 if test -z "$CC" ; then
414 if test "$targetos" = "FreeBSD"; then
415 if has clang; then
428 if test "$cross_compile" != "yes" ; then
437 if compile_prog "" "" "cross"; then
445 if test "$bigendian" != "yes" ; then
448 if test "$cross_compile" = "no" ; then
457 if compile_prog "" "" "endian"; then
487 if test "$build_static" = "yes" ; then
507 if compile_prog "-DWORDSIZE=32" "" "wordsize"; then
509 elif compile_prog "-DWORDSIZE=64" "" "wordsize"; then
518 if test "$zlib" != "yes" ; then
531 if compile_prog "" "-lz" "zlib" ; then
539 if test "$libaio" != "yes" ; then
542 if test "$esx" != "yes" ; then
552 if compile_prog "" "-laio" "libaio" ; then
556 if test "$libaio" = "yes" ; then
566 if test "$posix_aio" != "yes" ; then
569 if test "$posix_aio_lrt" != "yes" ; then
581 if compile_prog "" "" "posixaio" ; then
583 elif compile_prog "" "-lrt" "posixaio"; then
593 if test "$posix_aio_fsync" != "yes" ; then
596 if test "$posix_aio" = "yes" ; then
607 if compile_prog "" "$LIBS" "posix_aio_fsync" ; then
615 if test "$posix_pshared" != "yes" ; then
638 if compile_prog "" "$LIBS" "posix_pshared" ; then
645 if test "$solaris_aio" != "yes" ; then
659 if compile_prog "" "-laio" "solarisaio" ; then
667 if test "$sfaa" != "yes" ; then
684 if compile_prog "" "" "__sync_fetch_and_add()" ; then
691 if test "$libverbs" != "yes" ; then
703 if test "$disable_rdma" != "yes" && compile_prog "" "-libverbs" "libverbs" ; then
711 if test "$rdmacm" != "yes" ; then
723 if test "$disable_rdma" != "yes" && compile_prog "" "-lrdmacm" "rdma"; then
731 if test "$linux_fallocate" != "yes" ; then
744 if compile_prog "" "" "linux_fallocate"; then
751 if test "$posix_fadvise" != "yes" ; then
763 if compile_prog "" "" "posix_fadvise"; then
770 if test "$posix_fallocate" != "yes" ; then
782 if compile_prog "" "" "posix_fallocate"; then
789 if test "$linux_2arg_affinity" != "yes" ; then
792 if test "$linux_3arg_affinity" != "yes" ; then
803 if compile_prog "" "" "sched_setaffinity(,,)"; then
814 if compile_prog "" "" "sched_setaffinity(,)"; then
823 if test "$clock_gettime" != "yes" ; then
834 if compile_prog "" "" "clock_gettime"; then
836 elif compile_prog "" "-lrt" "clock_gettime"; then
844 if test "$clock_monotonic" != "yes" ; then
847 if test "$clock_gettime" = "yes" ; then
856 if compile_prog "" "$LIBS" "clock monotonic"; then
864 if test "$clock_monotonic_raw" != "yes" ; then
867 if test "$clock_gettime" = "yes" ; then
876 if compile_prog "" "$LIBS" "clock monotonic"; then
884 if test "$clock_monotonic_precise" != "yes" ; then
887 if test "$clock_gettime" = "yes" ; then
896 if compile_prog "" "$LIBS" "clock monotonic precise"; then
904 if test "$clockid_t" != "yes" ; then
917 if compile_prog "" "$LIBS" "clockid_t"; then
924 if test "$gettimeofday" != "yes" ; then
936 if compile_prog "" "" "gettimeofday"; then
943 if test "$fdatasync" != "yes" ; then
954 if compile_prog "" "" "fdatasync"; then
961 if test "$sync_file_range" != "yes" ; then
976 if compile_prog "" "" "sync_file_range"; then
983 if test "$ext4_me" != "yes" ; then
995 if compile_prog "" "" "ext4 move extent" ; then
997 elif test $targetos = "Linux" ; then
1007 if test "$linux_splice" != "yes" ; then
1018 if compile_prog "" "" "linux splice"; then
1025 if test "$guasi" != "yes" ; then
1037 if compile_prog "" "" "guasi"; then
1044 if test "$fusion_aw" != "yes" ; then
1058 if compile_prog "" "-L/usr/lib/fio -L/usr/lib/nvm -lnvm-primitives -ldl -lpthread" "fusion-aw"; then
1066 if test "$libnuma" != "yes" ; then
1076 if test "$disable_numa" != "yes" && compile_prog "" "-lnuma" "libnuma"; then
1084 if test "$libnuma" = "yes" ; then
1094 if compile_prog "" "" "libnuma api"; then
1102 if test "$strsep" != "yes" ; then
1114 if compile_prog "" "" "strsep"; then
1121 if test "$strcasestr" != "yes" ; then
1131 if compile_prog "" "" "strcasestr"; then
1138 if test "$strlcat" != "yes" ; then
1152 if compile_prog "" "" "strlcat"; then
1159 if test "$getopt_long_only" != "yes" ; then
1172 if compile_prog "" "" "getopt_long_only"; then
1179 if test "$inet_aton" != "yes" ; then
1192 if compile_prog "" "" "inet_aton"; then
1199 if test "$socklen_t" != "yes" ; then
1210 if compile_prog "" "" "socklen_t"; then
1217 if test "$tls_thread" != "yes" ; then
1228 if compile_prog "" "" "__thread"; then
1235 if test "$gfio" != "yes" ; then
1238 if test "$gfio_check" = "yes" ; then
1254 if test "$?" != "0" ; then
1259 if test "$?" != "0" ; then
1263 if compile_prog "$GTK_CFLAGS" "$GTK_LIBS" "gfio" ; then
1265 if test "$?" = "0" ; then
1280 if test "$gfio_check" = "yes" ; then
1286 if test "$rusage_thread" != "yes" ; then
1299 if compile_prog "" "" "RUSAGE_THREAD"; then
1306 if test "$sched_idle" != "yes" ; then
1317 if compile_prog "" "" "SCHED_IDLE"; then
1324 if test "$tcp_nodelay" != "yes" ; then
1337 if compile_prog "" "" "TCP_NODELAY"; then
1344 if test "$window_size" != "yes" ; then
1358 if compile_prog "" "" "SO_SNDBUF"; then
1365 if test "$mss" != "yes" ; then
1380 if compile_prog "" "" "TCP_MAXSEG"; then
1387 if test "$rlimit_memlock" != "yes" ; then
1399 if compile_prog "" "" "RLIMIT_MEMLOCK"; then
1406 if test "$pwritev" != "yes" ; then
1417 if compile_prog "" "" "pwritev"; then
1424 if test "$pwritev2" != "yes" ; then
1435 if compile_prog "" "" "pwritev2"; then
1442 if test "$ipv6" != "yes" ; then
1464 if compile_prog "" "" "ipv6"; then
1471 if test "$rbd" != "yes" ; then
1490 if test "$disable_rbd" != "yes" && compile_prog "" "-lrbd -lrados" "rbd"; then
1498 if test "$rbd_poll" != "yes" ; then
1501 if test "$rbd" = "yes"; then
1518 if compile_prog "" "-lrbd -lrados" "rbd"; then
1526 if test "$rbd_inval" != "yes" ; then
1529 if test "$rbd" = "yes"; then
1540 if compile_prog "" "-lrbd -lrados" "rbd"; then
1548 if test "$rbd_blkin" != "yes" ; then
1570 && compile_prog "" "-lrbd -lrados -lblkin" "rbd_blkin"; then
1578 if test "$setvbuf" != "yes" ; then
1591 if compile_prog "" "" "setvbuf"; then
1598 if test "$gfapi" != "yes" ; then
1611 if test "$disable_gfapi" != "yes" && compile_prog "" "-lgfapi -lglusterfs" "gfapi"; then
1619 if test "$gfapi" = "yes" ; then
1632 if compile_prog "" "-lgfapi -lglusterfs" "gfapi"; then
1640 if test "$gf_trim" != "yes" ; then
1643 if test "$gfapi" = "yes" ; then
1652 if compile_prog "" "-lgfapi -lglusterfs" "gf trim"; then
1660 if test "$s390_z196_facilities" != "yes" ; then
1683 if compile_prog "" "" "s390_z196_facilities"; then
1685 if [[ $? -eq 0 ]]; then
1693 if test "$libhdfs" = "yes" ; then
1695 if test "$JAVA_HOME" = "" ; then
1699 if test "$FIO_LIBHDFS_INCLUDE" = "" ; then
1703 if test "$FIO_LIBHDFS_LIB" = "" ; then
1707 if test "$hdfs_conf_error" = "1" ; then
1711 if test "$FIO_HDFS_CPU" = "x86_64" ; then
1719 if test "$mtd" != "yes" ; then
1735 if compile_prog "" "" "mtd"; then
1742 if test "$libpmem" != "yes" ; then
1754 if compile_prog "" "-lpmem" "libpmem"; then
1763 if test "$libpmemblk" != "yes" ; then
1766 if test "$libpmem" = "yes"; then
1776 if compile_prog "" "-lpmemblk" "libpmemblk"; then
1784 if test "$libpmem" = "yes" && test "$disable_pmem" = "no"; then
1786 if test "$libpmemblk" = "yes"; then
1805 if test "$disable_lex" = "no" || test -z "$disable_lex" ; then
1806 if test "$targetos" != "SunOS" ; then
1808 if test -x "$LEX" ; then
1812 if test -x "$YACC" ; then
1817 if test -x "$YACC" ; then
1821 if test "$yacc" = "yes" && test "$lex" = "yes" ; then
1825 if test "$arith" = "yes" ; then
1835 if compile_prog "" "-ll" "lex"; then
1845 if test "$arith" = "yes" ; then
1846 if test "$force_no_lex_o" = "yes" ; then
1850 if test "$?" = "0" ; then
1862 if test "$getmntent" != "yes" ; then
1876 if compile_prog "" "" "getmntent"; then
1888 if test "$getmntinfo" != "yes" ; then
1901 if compile_prog "-Werror" "" "getmntinfo"; then
1907 if test "$getmntinfo_statvfs" != "yes" ; then
1920 if test "$getmntinfo" != "yes" && compile_prog "-Werror" "" "getmntinfo_statvfs"; then
1927 if test "$static_assert" != "yes" ; then
1954 if compile_prog "" "" "static_assert"; then
1961 if test "$have_bool" != "yes" ; then
1972 if compile_prog "" "" "bool"; then
1979 if test "$march_armv8_a_crc_crypto" != "yes" ; then
1982 if test "$cpu" = "arm64" ; then
1993 if compile_prog "-march=armv8-a+crc+crypto" "" ""; then
2002 if test "$cuda" != "yes" ; then
2012 if test "$enable_cuda" = "yes" && compile_prog "" "-lcuda" "cuda"; then
2020 if test "$wordsize" = "64" ; then
2022 elif test "$wordsize" = "32" ; then
2027 if test "$bigendian" = "yes" ; then
2032 if test "$zlib" = "yes" ; then
2035 if test "$libaio" = "yes" ; then
2038 if test "$posix_aio" = "yes" ; then
2041 if test "$posix_aio_fsync" = "yes" ; then
2044 if test "$posix_pshared" = "yes" ; then
2047 if test "$linux_fallocate" = "yes" ; then
2050 if test "$posix_fallocate" = "yes" ; then
2053 if test "$fdatasync" = "yes" ; then
2056 if test "$sync_file_range" = "yes" ; then
2059 if test "$sfaa" = "yes" ; then
2062 if test "$libverbs" = "yes" -a "$rdmacm" = "yes" ; then
2065 if test "$clock_gettime" = "yes" ; then
2068 if test "$clock_monotonic" = "yes" ; then
2071 if test "$clock_monotonic_raw" = "yes" ; then
2074 if test "$clock_monotonic_precise" = "yes" ; then
2077 if test "$clockid_t" = "yes"; then
2080 if test "$gettimeofday" = "yes" ; then
2083 if test "$posix_fadvise" = "yes" ; then
2086 if test "$linux_3arg_affinity" = "yes" ; then
2088 elif test "$linux_2arg_affinity" = "yes" ; then
2091 if test "$strsep" = "yes" ; then
2094 if test "$strcasestr" = "yes" ; then
2097 if test "$strlcat" = "yes" ; then
2100 if test "$getopt_long_only" = "yes" ; then
2103 if test "$inet_aton" = "yes" ; then
2106 if test "$socklen_t" = "yes" ; then
2109 if test "$ext4_me" = "yes" ; then
2112 if test "$linux_splice" = "yes" ; then
2115 if test "$guasi" = "yes" ; then
2118 if test "$fusion_aw" = "yes" ; then
2121 if test "$libnuma_v2" = "yes" ; then
2124 if test "$solaris_aio" = "yes" ; then
2127 if test "$tls_thread" = "yes" ; then
2130 if test "$rusage_thread" = "yes" ; then
2133 if test "$gfio" = "yes" ; then
2136 if test "$esx" = "yes" ; then
2140 if test "$sched_idle" = "yes" ; then
2143 if test "$tcp_nodelay" = "yes" ; then
2146 if test "$window_size" = "yes" ; then
2149 if test "$mss" = "yes" ; then
2152 if test "$rlimit_memlock" = "yes" ; then
2155 if test "$pwritev" = "yes" ; then
2158 if test "$pwritev2" = "yes" ; then
2161 if test "$ipv6" = "yes" ; then
2164 if test "$rbd" = "yes" ; then
2167 if test "$rbd_poll" = "yes" ; then
2170 if test "$rbd_inval" = "yes" ; then
2173 if test "$rbd_blkin" = "yes" ; then
2176 if test "$setvbuf" = "yes" ; then
2179 if test "$s390_z196_facilities" = "yes" ; then
2183 if test "$gfapi" = "yes" ; then
2186 if test "$gf_fadvise" = "yes" ; then
2189 if test "$gf_trim" = "yes" ; then
2192 if test "$libhdfs" = "yes" ; then
2199 if test "$mtd" = "yes" ; then
2202 if test "$pmemblk" = "yes" ; then
2205 if test "$devdax" = "yes" ; then
2208 if test "$arith" = "yes" ; then
2210 if test "$yacc_is_bison" = "yes" ; then
2215 if test "$lex_use_o" = "yes" ; then
2219 if test "$getmntent" = "yes" ; then
2222 if test "$getmntinfo" = "yes" ; then
2225 if test "$getmntinfo_statvfs" = "yes" ; then
2228 if test "$static_assert" = "yes" ; then
2231 if test "$have_bool" = "yes" ; then
2234 if test "$disable_opt" = "yes" ; then
2237 if test "$zlib" = "no" ; then
2240 if test "$cuda" = "yes" ; then
2252 if [ `dirname $0` != "." -a ! -e Makefile ]; then