mirror of
https://github.com/openvswitch/ovs
synced 2025-10-23 14:57:06 +00:00
acinclude: Silence OVS_FIND_FIELD_IFELSE.
Fields found using OVS_FIND_FIELD_IFELSE would previously be printed in the console during configure. Clean up the output. Signed-off-by: Joe Stringer <joestringer@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -271,7 +271,7 @@ dnl translated to uppercase.
|
||||
AC_DEFUN([OVS_FIND_FIELD_IFELSE], [
|
||||
AC_MSG_CHECKING([whether $2 has member $3 in $1])
|
||||
if test -f $1; then
|
||||
awk '/$2.{/,/^}/' $1 2>/dev/null | grep '$3'
|
||||
awk '/$2.{/,/^}/' $1 2>/dev/null | grep '$3' >/dev/null
|
||||
status=$?
|
||||
case $status in
|
||||
0)
|
||||
|
Reference in New Issue
Block a user