blob: 3a743f82cffc291aa4faa605763be1c5b522488d (
plain)
1
2
3
4
5
6
7
8
9
|
if test -z "$OPENEXR_LIBS"; then
echo ""
echo "You're missing the OpenEXR library. Chalk's OpenEXR import/export filter will "
echo "not be compiled. You can download OpenEXR from http://www.openexr.com or "
echo "install it from an appropriate binary package."
echo ""
all_tests=bad
fi
|