1 2 3 4 5 6 7
if test -z "$PYTHONINC"; then echo "" echo "Superkaramba can't be compiled" echo "because of missing Python libraries/headers." echo "" all_tests=bad fi