Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Set mask alpha threshold, if possible.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -3 -r1.169 -r1.170
--- configure.in        10 Sep 2006 18:43:19 -0000      1.169
+++ configure.in        19 Sep 2006 16:55:15 -0000      1.170
@@ -144,6 +144,10 @@
 AC_CHECK_LIB(Imlib2, imlib_create_image, dummy=1,
   AC_MSG_ERROR([Cannot find Imlib2: Is imlib2-config in path?]),
   $IMLIB_LIBS)
+AC_CHECK_LIB(Imlib2, imlib_context_set_mask_alpha_threshold,
+  AC_DEFINE(HAVE_IMLIB_CONTEXT_SET_MASK_ALPHA_THRESHOLD, 1,
+            [Imlib2 has imlib_context_set_mask_alpha_threshold]),,
+  $IMLIB_LIBS)
 
 if test "x$enable_ecore" = "xyes"; then
   AC_CHECK_LIB(ecore_x, ecore_x_init,



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to