Skip to content

Commit

Permalink
Merge pull request #197 from joliss/libpng
Browse files Browse the repository at this point in the history
Refer new libpng16-dev package in error message
  • Loading branch information
kornelski committed May 25, 2016
2 parents 04b0fc7 + 88dca34 commit a028f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ if [ "$SUCCESS" -eq 0 ]; then
if [[ "$OSTYPE" =~ "darwin" ]]; then
LIBPNG_CMD='`brew install libpng`'
else
LIBPNG_CMD='`apt-get install libpng-dev` or `yum install libpng-devel`'
LIBPNG_CMD='`apt-get install libpng16-dev` or `apt-get install libpng-dev` or `yum install libpng-devel`'
fi
error "libpng" "not found (try: $LIBPNG_CMD)"
fi
Expand Down

0 comments on commit a028f91

Please sign in to comment.