Home
last modified time | relevance | path

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

/external/libpcap/
Dconfigure.ac575 case "x$enable_protochain" in
576 xyes) enable_protochain=enabled ;;
577 xno) enable_protochain=disabled ;;
578 x) enable_protochain=enabled ;;
581 if test "$enable_protochain" = "disabled"; then
584 AC_MSG_RESULT(${enable_protochain})
Dconfigure6385 enableval=$enable_protochain;
6388 case "x$enable_protochain" in
6389 xyes) enable_protochain=enabled ;;
6390 xno) enable_protochain=disabled ;;
6391 x) enable_protochain=enabled ;;
6394 if test "$enable_protochain" = "disabled"; then
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_protochain}" >&5
6400 $as_echo "${enable_protochain}" >&6; }