Ian MacArthur wrote:
> There seem to be some spurious ",," just after -ljpeg, but I am not sure
> where they are coming from.
> But it does look suspiciously like a configure bug, I'm afraid.
Index: configure.in
===================================================================
--- configure.in (revision 6520)
+++ configure.in (working copy)
@@ -563,7 +563,7 @@
else
JPEGINC=""
JPEG=""
- IMAGELIBS="-ljpeg $IMAGELIBS",
+ IMAGELIBS="-ljpeg $IMAGELIBS"
AC_DEFINE(HAVE_LIBJPEG)
fi
@@ -598,7 +598,7 @@
ZLIBINC=""
ZLIB=""
LIBS="-lz $LIBS"
- IMAGELIBS="-lz $IMAGELIBS",
+ IMAGELIBS="-lz $IMAGELIBS"
AC_DEFINE(HAVE_LIBZ)
fi
Does this fix it?
Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev