| 146:d27511c87b70 | 147:410345192a48 |
|---|---|
| 398 if [ -z "$PKG_CONFIG" ]; then | 398 if [ -z "$PKG_CONFIG" ]; then |
| 399 break | 399 break |
| 400 fi | 400 fi |
| 401 #end | 401 #end |
| 402 #foreach( $test in $sub.tests ) | 402 #foreach( $test in $sub.tests ) |
| 403 if $test > /dev/null ; then | 403 if $test > /dev/null 2>&1 ; then |
| 404 : | 404 : |
| 405 else | 405 else |
| 406 break | 406 break |
| 407 fi | 407 fi |
| 408 #end | 408 #end |