diff options
Diffstat (limited to 'comms/hamfax/files/patch-configure')
-rw-r--r-- | comms/hamfax/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamfax/files/patch-configure b/comms/hamfax/files/patch-configure index 46618fdb3593..783caecd6c22 100644 --- a/comms/hamfax/files/patch-configure +++ b/comms/hamfax/files/patch-configure @@ -5,7 +5,7 @@ echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } - bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out` -+ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -v warning:` ++ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -vi warning:` if test x"$bnv_err_4" != x; then echo "$bnv_err_4" >&5 else |