summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/charm/strictpass.patch
blob: 44aa4fbd38efe6f8175e73e2b4e89a6f2f2da6dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- old/src/scripts/configure
+++ new/src/scripts/configure
@@ -2146,13 +2146,6 @@
 	test_result $? "$1" "$2" "$3"
  	strictpass=$pass
 	strictfail=$fail
-        if test $pass -eq 1
-	then
- 	  if cat out | grep -i "warn" > /dev/null 2>&1
-	  then
-	    strictpass="0" && strictfail="1"
-          fi
-        fi
 	cat out >> $charmout
 	/bin/rm -f out
 }