Author: adrian.chadd
Date: Mon Apr 13 01:28:51 2009
New Revision: 13929
Modified:
branches/LUSCA_HEAD/configure.in
Log:
Make pthreads default to "enabled' for now. See Issue #20.
Modified: branches/LUSCA_HEAD/configure.in
==============================================================================
--- branches/LUSCA_HEAD/configure.in (original)
+++ branches/LUSCA_HEAD/configure.in Mon Apr 13 01:28:51 2009
@@ -32,6 +32,10 @@
REGEXLIB='' # -lregex
LIBREGEX='' # libregex.a
+# pthreads are enabled and required for the build at the moment.
+# This -may- become optional again later on.
+with_pthreads='yes'
+
dnl Check for pkg-config
AC_PATH_PROG(PKGCONFIG, pkg-config, false)
@@ -310,7 +314,6 @@
[ --enable-async-io[=N_THREADS]
Shorthand for
--with-aufs-threads=N_THREADS
- --with-pthreads
--enable-storeio=ufs,aufs],
[ case $enableval in
yes)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---