projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6fc160
)
build system: Fix yet another issue with the detection of libupsclient.
author
Florian Forster
<octo@huhu.verplant.org>
Fri, 14 Sep 2007 06:32:37 +0000
(08:32 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Fri, 14 Sep 2007 06:32:37 +0000
(08:32 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
6829954
..
38373ac
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1259,7
+1259,7
@@
AC_ARG_WITH(libupsclient, [AS_HELP_STRING([--with-libupsclient@<:@=PREFIX@:>@],
with_libupsclient="no"
else
with_libupsclient="yes"
- if "x$withval" != "xyes"
+ if
test
"x$withval" != "xyes"
then
if test -x "$withval"
then