Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6a345
)
Corrected the help text for the --enable-threads feature.
author
Arto Bendiken
<arto@bendiken.net>
Mon, 22 Sep 2014 12:54:04 +0000
(12:54 +0000)
committer
Arto Bendiken
<arto@bendiken.net>
Mon, 22 Sep 2014 12:54:04 +0000
(12:54 +0000)
See: https://sourceforge.net/p/ecls/patches/33/
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure.in
b/src/configure.in
index
fe8ddd0
..
2aa3bd5
100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-41,7
+41,7
@@
AC_ARG_ENABLE(rpath,
AC_ARG_ENABLE(threads,
AS_HELP_STRING( [--enable-threads],
- [support for native threads (yes|no|auto, default=
YES
).]),
+ [support for native threads (yes|no|auto, default=
auto
).]),
[], [enable_threads=auto])
AC_ARG_ENABLE(boehm,