Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
removed the pthread stuff - it's not used anymore

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -3 -r1.182 -r1.183
--- configure.in        30 Mar 2007 12:24:19 -0000      1.182
+++ configure.in        30 Mar 2007 19:38:17 -0000      1.183
@@ -945,44 +945,6 @@
 AC_SUBST(ecore_desktop_cflags)
 AC_SUBST(ecore_desktop_libs)
 
-AC_ARG_ENABLE(pthreads,
-  [  --disable-pthreads            disable building with pthread support],
-  [
-    if test x$enableval = xyes; then
-      pthreads=yes
-    else
-      pthreads=no
-    fi
-  ]
-)
-
-if test x$pthreads = xyes ; then
-AC_CHECK_HEADERS(pthread.h,pthread_header_ok="yes", pthread_header_ok="no")
-   if test "$pthread_header_ok" = "yes"; then
-      AC_CHECK_LIB(pthread, main, PTHREAD_LIBS="-lpthread", 
PTHREAD_LIBS="error")
-      if test "$PTHREAD_LIBS" = "error"; then
-         AC_CHECK_LIB(c_r, main, PTHREAD_LIBS="-pthread", pthread_lib_ok="no")
-      fi
-   fi
-   if test "$pthread_header_ok" = "no" -o "$pthread_lib_ok" = "no"; then
-      HAVE_PTHREADS=0
-   else
-      HAVE_PTHREADS=1
-   fi
-   if test "$PTHREAD_LIBS" = "-pthread"; then
-      LIBS="$LIBS $PTHREAD_LIBS"
-   else
-      PTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
-      LIBS="$LIBS $PTHREAD_LIBS"
-   fi
-else
-   HAVE_PTHREADS=0
-   PTHREAD_LIBS=""
-fi
-
-AC_SUBST(PTHREAD_LIBS)
-AC_SUBST(HAVE_PTHREADS)
-
 AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
 AC_SUBST(dlopen_libs)
 



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