Skip to content

Commit

Permalink
Removed configure.in comma at the end of -ljpeg statement causing pb …
Browse files Browse the repository at this point in the history
…under linux.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6523 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
fab672000 committed Nov 12, 2008
1 parent 3373fe3 commit 61f3f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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

Expand Down

0 comments on commit 61f3f77

Please sign in to comment.