Home
last modified time | relevance | path

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

/trueos/contrib/libpcap/
HDconfigure.in261 case "x$enable_protochain" in
262 xyes) enable_protochain=enabled ;;
263 xno) enable_protochain=disabled ;;
264 x) enable_protochain=enabled ;;
267 if test "$enable_protochain" = "disabled"; then
270 AC_MSG_RESULT(${enable_protochain})
HDconfigure7169 enableval=$enable_protochain;
7172 case "x$enable_protochain" in
7173 xyes) enable_protochain=enabled ;;
7174 xno) enable_protochain=disabled ;;
7175 x) enable_protochain=enabled ;;
7178 if test "$enable_protochain" = "disabled"; then
7185 { echo "$as_me:$LINENO: result: ${enable_protochain}" >&5
7186 echo "${ECHO_T}${enable_protochain}" >&6; }