Lines Matching refs:withval
4189 withval=$with_cross_build; cross_buildroot="${withval}"
4622 withval=$with_library_bits; case "${withval}" in
4623 ""|nochange) BITS_REQ=$withval ;;
4624 32|64|64else32) BITS_REQ=$withval ;;
4625 *) as_fn_error $? "bad value ${withval} for --with-library-bits" "$LINENO" 5 ;;
6298 withval=$with_iostream; case "${withval}" in
6303 *) as_fn_error $? "bad value ${withval} for --with-iostream" "$LINENO" 5 ;;
6403 as_fn_error $? "${withval} iostream is not available" "$LINENO" 5
7563 withval=$with_data_packaging; case "${withval}" in
7564 files|archive|library) datapackaging=$withval ;;
7565 auto) datapackaging=$withval ;;
7569 *) as_fn_error $? "bad value ${withval} for --with-data-packaging" "$LINENO" 5 ;;
7640 withval=$with_library_suffix; ICULIBSUFFIX="${withval}"