strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3aaf790
)
fixed lock-profiler help message
author
Martin Willi
<martin@strongswan.org>
Wed, 19 Nov 2008 15:37:46 +0000
(15:37 -0000)
committer
Martin Willi
<martin@strongswan.org>
Wed, 19 Nov 2008 15:37:46 +0000
(15:37 -0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
ba04f1b
..
997d7ac
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-379,7
+379,7
@@
AC_ARG_ENABLE(
AC_ARG_ENABLE(
[lock-profiler],
- AS_HELP_STRING([--enable-lock-profil
ing
],[enable lock/mutex profiling code (default is NO).]),
+ AS_HELP_STRING([--enable-lock-profil
er
],[enable lock/mutex profiling code (default is NO).]),
[if test x$enableval = xyes; then
lock_profiler=true
fi]