Home
last modified time | relevance | path

Searched refs:ac_feature (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure100 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
103 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
106 eval "enable_${ac_feature}=no" ;;
109 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
111 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
112 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
119 eval "enable_${ac_feature}='$ac_optarg'" ;;

Completed in 6 milliseconds