Skip to content

Commit

Permalink
a little problem with that pet script, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 20, 2012
1 parent e468a9f commit 139436b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configure
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
read -p "with libpng [Y/n] ? " yn
case $yn in
[nN]* ) break;;
* ) CFLAG="$CFLAGS-D HAVE_LIBPNG "
* ) CFLAGS="$CFLAGS-D HAVE_LIBPNG "
LDFLAGS="$LDFLAGS-lpng -lz "
break;;
esac
Expand Down

0 comments on commit 139436b

Please sign in to comment.