summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6fc160)
raw | patch | inline | side by side (parent: e6fc160)
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 68299545764d47e5065d2819a1d481588d0ef0fa..38373ac0e5a036a0836acca6732f0f5fbbcf6c4f 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