Removed configure.in comma at the end of -lz statement.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6524 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Fabien Costantini 2008-11-12 23:48:01 +00:00
parent 61f3f77673
commit ba2ed82028

View File

@ -598,7 +598,7 @@ else
ZLIBINC=""
ZLIB=""
LIBS="-lz $LIBS"
IMAGELIBS="-lz $IMAGELIBS",
IMAGELIBS="-lz $IMAGELIBS"
AC_DEFINE(HAVE_LIBZ)
fi