projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b7e88
)
configure: Fix a syntax error.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 9 Feb 2008 17:06:48 +0000
(18:06 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 9 Feb 2008 17:06:48 +0000
(18:06 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
1dcae70
..
04ba0f8
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-763,8
+763,6
@@
AC_ARG_WITH(libpthread, [AS_HELP_STRING([--with-libpthread=@<:@=PREFIX@:>@], [Pa
then
with_libpthread="no (disabled)"
fi
- else
- with_libpthread="$withval"
fi
], [with_libpthread="yes"])
if test "x$with_libpthread" = "xyes"