Revision: 2044
          http://synfig.svn.sourceforge.net/synfig/?rev=2044&view=rev
Author:   pabs3
Date:     2008-09-11 04:05:59 +0000 (Thu, 11 Sep 2008)

Log Message:
-----------
Fix the libjpeg configure test to look for the right function.

Modified Paths:
--------------
    synfig-core/trunk/configure.ac

Modified: synfig-core/trunk/configure.ac
===================================================================
--- synfig-core/trunk/configure.ac      2008-09-10 22:50:34 UTC (rev 2043)
+++ synfig-core/trunk/configure.ac      2008-09-11 04:05:59 UTC (rev 2044)
@@ -430,7 +430,7 @@
        AM_CONDITIONAL(HAVE_LIBMNG,false)
 ],[-lz -L${exec_prefix}/lib])
 
-AC_CHECK_LIB(jpeg, main,[
+AC_CHECK_LIB(jpeg, jpeg_CreateCompress,[
        JPEG_LIBS="-ljpeg"
        AC_DEFINE(HAVE_LIBJPEG,[], [ Define if JPEG library is available ] )
        AC_SUBST(JPEG_LIBS)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to