Author: adrian.chadd
Date: Sat Apr 4 16:40:19 2009
New Revision: 13911
Modified:
playpen/LUSCA_HEAD_ufsrework/configure.in
Log:
Enable pthreads by default.
The various asyncio options still need to be tweaked to remove the ability
to -not- compile with pthreads.
Modified: playpen/LUSCA_HEAD_ufsrework/configure.in
==============================================================================
--- playpen/LUSCA_HEAD_ufsrework/configure.in (original)
+++ playpen/LUSCA_HEAD_ufsrework/configure.in Sat Apr 4 16:40:19 2009
@@ -32,6 +32,9 @@
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a
+# We now default to always compiling with pthreads/async IO support
+with_pthreads="yes"
+
dnl Check for pkg-config
AC_PATH_PROG(PKGCONFIG, pkg-config, false)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---