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

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dconfigure6859 if test "${enable_protochain+set}" = set; then
6860 enableval=$enable_protochain;
6863 case "x$enable_protochain" in
6864 xyes) enable_protochain=enabled ;;
6865 xno) enable_protochain=disabled ;;
6866 x) enable_protochain=enabled ;;
6869 if test "$enable_protochain" = "disabled"; then
6876 { echo "$as_me:$LINENO: result: ${enable_protochain}" >&5
6877 echo "${ECHO_T}${enable_protochain}" >&6; }

Completed in 103 milliseconds