From 395e2cc2472a52b4de1384421b18a25eac5556a8 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 14 Sep 2007 08:32:37 +0200 Subject: [PATCH] build system: Fix yet another issue with the detection of libupsclient. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0