Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
we need to have $DIRECTFB_CFLAGS when checking the evas directfb header
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -3 -r1.120 -r1.121
--- configure.in        29 Oct 2005 02:30:36 -0000      1.120
+++ configure.in        29 Oct 2005 03:00:29 -0000      1.121
@@ -673,6 +673,8 @@
 )
 
 if test "x$want_ecore_evas_dfb" = "xyes"; then
+  save_CFLAGS="$CFLAGS"
+  CFLAGS="$CFLAGS $DIRECTFB_CFLAGS"
   AC_CHECK_HEADER(Evas_Engine_DirectFB.h,
     [
       AM_CONDITIONAL(BUILD_ECORE_EVAS_DIRECTFB, true)
@@ -684,6 +686,7 @@
       #include <Evas.h>
     ]
   )
+  CFLAGS="$save_CFLAGS"
 else
   AM_CONDITIONAL(BUILD_ECORE_EVAS_DIRECTFB, false)
 fi




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to