Author: fabien
Date: 2008-11-12 09:18:06 -0800 (Wed, 12 Nov 2008)
New Revision: 6520
Log:
Removed unnecessary jpeg flag in configure.in. Fixed erroneous jpeg.h by 
jpeglib.h

Modified:
   branches/branch-1.3/configure.in

Modified: branches/branch-1.3/configure.in
===================================================================
--- branches/branch-1.3/configure.in    2008-11-12 12:48:51 UTC (rev 6519)
+++ branches/branch-1.3/configure.in    2008-11-12 17:18:06 UTC (rev 6520)
@@ -543,7 +543,7 @@
 sysjpeginc_ok=no
 if test x$enable_localjpeg != xyes; then
     AC_CHECK_LIB(jpeg,jpeg_CreateCompress,
-       [AC_CHECK_HEADER(jpeg.h,
+       [AC_CHECK_HEADER(jpeglib.h,
            sysjpeginc_ok=yes)
            if test x$sysjpeginc_ok = xyes; then
                sysjpeglib_ok=yes
@@ -555,7 +555,7 @@
     JPEG="jpeg"
     IMAGELIBS="-lfltk_jpeg $IMAGELIBS"
     AC_DEFINE(HAVE_LIBJPEG)
-    ac_cv_lib_jpeg_jpeg_CreateCompress=no # fc: is it still necessary ?
+    #ac_cv_lib_jpeg_jpeg_CreateCompress=no # from ima: should not be necessary
     # Finally, warn user if system lib was requested but not found
     if test x$enable_localjpeg = xno; then
        AC_MSG_WARN(Cannot find system jpeg lib or header: choosing the local 
lib mode.)

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to