From 1201c50ede5375e72bfd5594e19faf25da8cc2f2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 26 Mar 2013 10:48:28 +0000 Subject: [PATCH] Fix configure --without-pollts --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1bfae4fb..896a8fef 100755 --- a/configure +++ b/configure @@ -57,7 +57,7 @@ for x do --without-getline) GETLINE=no;; --without-strlcpy) STRLCPY=no;; --without-posix_spawn) POSIX_SPAWN=no;; - --without-pollts) POLLTS=no;; + --without-pollts) POLLTS=xno;; --with-pollts) POLLTS=$var;; --serviceexists) SERVICEEXISTS=$var;; --servicecmd) SERVICECMD=$var;; -- 2.47.3