From: Florian Forster Date: Fri, 14 Sep 2007 06:32:37 +0000 (+0200) Subject: build system: Fix yet another issue with the detection of libupsclient. X-Git-Tag: collectd-4.1.2~8 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=395e2cc2472a52b4de1384421b18a25eac5556a8;p=collectd.git build system: Fix yet another issue with the detection of libupsclient. --- diff --git a/configure.in b/configure.in index 68299545..38373ac0 100644 --- 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