Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


a few things.

1. disable viewports other than 1:1 at 0,0
2. remove output space coorsds for pointer.
3. remove geom caching
4. make threaded pipelined engine a runtime detect if u have > 1 cpu.
5. pthread build default if u have pthread.h and sched.h

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -3 -r1.193 -r1.194
--- configure.in        15 Nov 2006 12:04:02 -0000      1.193
+++ configure.in        16 Nov 2006 03:20:23 -0000      1.194
@@ -989,6 +989,15 @@
 pthread_cflags=""
 pthread_libs=""
 build_pthreads="no"
+AC_CHECK_HEADER(pthread.h,
+  [ 
+    AC_CHECK_HEADER(sched.h,
+      [ build_pthreads="yes" ],
+      [ build_pthreads="no" ]
+    )
+  ],
+  [ build_pthreads="no" ]
+)
 AC_MSG_CHECKING(whether to build pthread code)
 AC_ARG_ENABLE(pthreads, 
   [  --enable-pthreads               enable threaded rendering], [



-------------------------------------------------------------------------
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