]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix configure --without-pollts
authorRoy Marples <roy@marples.name>
Tue, 26 Mar 2013 10:48:28 +0000 (10:48 +0000)
committerRoy Marples <roy@marples.name>
Tue, 26 Mar 2013 10:48:28 +0000 (10:48 +0000)
configure

index 1bfae4fbe5b6267fb208561e68f8def72a4f377e..896a8fef30284031ef1407efd710c98bfd3bc3b9 100755 (executable)
--- 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;;