Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


fix --enable-ptrhead and poly render symbol - oops

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -3 -r1.191 -r1.192
--- configure.in        11 Nov 2006 06:04:55 -0000      1.191
+++ configure.in        15 Nov 2006 11:57:42 -0000      1.192
@@ -988,13 +988,13 @@
 ## PTHREADS
 pthread_cflags=""
 pthread_libs=""
-build_pthreads="no"
+build_pthreads="yes"
 AC_MSG_CHECKING(whether to build pthread code)
 AC_ARG_ENABLE(pthreads, 
   [  --enable-pthreads               enable threaded rendering], [
       if test x"$enableval" = x"yes" ; then
         AC_MSG_RESULT(yes)
-        AC_DEFINE(BUILD_SSE, 1, [Build Threaded Rendering])
+        AC_DEFINE(BUILD_PTHREAD, 1, [Build Threaded Rendering])
         build_pthreads="yes"
         pthread_cflags=""
         pthread_libs="-lpthread"



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