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 6829954..38373ac 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