Removed configure.in comma at the end of -ljpeg statement causing pb under linux.

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

View File

@ -563,7 +563,7 @@ if test x$enable_localjpeg = xyes -o x$sysjpeglib_ok = xno; then
else
JPEGINC=""
JPEG=""
IMAGELIBS="-ljpeg $IMAGELIBS",
IMAGELIBS="-ljpeg $IMAGELIBS"
AC_DEFINE(HAVE_LIBJPEG)
fi