Searched refs:with_max_table_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dconfigure4058 if test "${with_max_table_size+set}" = set; then
4059 withval="$with_max_table_size"
4062 if test -n "$with_max_table_size"
4064 echo "$as_me:4064: result: $with_max_table_size" >&5
4065 echo "${ECHO_T}$with_max_table_size" >&6
4066 check=`expr "$with_max_table_size" + 0`
4067 if test "x$check" != "x$with_max_table_size"
4069 { { echo "$as_me:4069: error: invalid value for --with-max-table-size: $with_max_table_size" >&5
4070 echo "$as_me: error: invalid value for --with-max-table-size: $with_max_table_size" >&2;}
4075 #define MAXTABLE $with_max_table_size
[all...]

Completed in 218 milliseconds