Home
last modified time | relevance | path

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

/external/libpcap/
Dconfigure.in264 case "x$enable_protochain" in
265 xyes) enable_protochain=enabled ;;
266 xno) enable_protochain=disabled ;;
267 x) enable_protochain=enabled ;;
270 if test "$enable_protochain" = "disabled"; then
273 AC_MSG_RESULT(${enable_protochain})
Dconfigure5188 enableval=$enable_protochain;
5191 case "x$enable_protochain" in
5192 xyes) enable_protochain=enabled ;;
5193 xno) enable_protochain=disabled ;;
5194 x) enable_protochain=enabled ;;
5197 if test "$enable_protochain" = "disabled"; then
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${enable_protochain}" >&5
5203 $as_echo "${enable_protochain}" >&6; }