Searched refs:enable_protochain (Results 1 – 2 of 2) sorted by relevance
264 case "x$enable_protochain" in265 xyes) enable_protochain=enabled ;;266 xno) enable_protochain=disabled ;;267 x) enable_protochain=enabled ;;270 if test "$enable_protochain" = "disabled"; then273 AC_MSG_RESULT(${enable_protochain})
5188 enableval=$enable_protochain;5191 case "x$enable_protochain" in5192 xyes) enable_protochain=enabled ;;5193 xno) enable_protochain=disabled ;;5194 x) enable_protochain=enabled ;;5197 if test "$enable_protochain" = "disabled"; then5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_protochain}" >&55203 $as_echo "${enable_protochain}" >&6; }