Code

build system: Fix yet another issue with the detection of libupsclient.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 14 Sep 2007 06:32:37 +0000 (08:32 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 14 Sep 2007 06:32:37 +0000 (08:32 +0200)
configure.in

index 68299545764d47e5065d2819a1d481588d0ef0fa..38373ac0e5a036a0836acca6732f0f5fbbcf6c4f 100644 (file)
@@ -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