From: Roy Marples Date: Tue, 26 Mar 2013 10:48:28 +0000 (+0000) Subject: Fix configure --without-pollts X-Git-Tag: v5.99.6~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1201c50ede5375e72bfd5594e19faf25da8cc2f2;p=thirdparty%2Fdhcpcd.git Fix configure --without-pollts --- 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;;