changeset 1878:dd875f55ecbe draft

Fix configure --without-pollts
author Roy Marples <roy@marples.name>
date Tue, 26 Mar 2013 10:48:28 +0000
parents 165cf2b7ff24
children c72449fd9540
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Mar 26 10:42:30 2013 +0000
+++ b/configure	Tue Mar 26 10:48:28 2013 +0000
@@ -57,7 +57,7 @@
 	--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;;