-lm for libpng

SVN revision: 10160
This commit is contained in:
Carsten Haitzler 2004-05-11 01:26:00 +00:00
parent 298d839bfd
commit 67a93c6f68
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ fi
if test "x$have_png" = "xyes"; then
AC_DEFINE(BUILD_LOADER_PNG, 1, [PNG Image Loader Support])
png_cflags=""
png_libs="-lpng -lz"
png_libs="-lpng -lz -lm"
fi
#######################################