summaryrefslogtreecommitdiffstats
path: root/filters/chalk/png/configure.in.bot
blob: cda5270feca09dd3b0da537b1ab26ada642f1ea8 (plain)
1
2
3
4
5
6
7
8
if test -z "$LIBPNG";  then
  echo ""
  echo "You're missing libpng (binaries and/or headers), chalk won't be able"
  echo "to import/export png"
  echo ""
  all_tests=bad
fi