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

/openjdk10/common/autoconf/
H A Dconfigure192 conf_option_value=`expr "x$conf_option" : 'x[^=]*=\(.*\)'`
193 conf_option_value=$(shell_quote "$conf_option_value")
194 conf_quoted_arguments=("${conf_quoted_arguments[@]}" "$conf_option_name=$conf_option_value")

Completed in 39 milliseconds