summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-06-29 23:16:51 (GMT)
committerDavid Hill <dhill@conformal.com>2013-06-29 23:16:51 (GMT)
commitcb85ce886da075a57ede902a5fe6b4e3507afb34 (patch)
tree3e790d4d885c88fb21efc977c5c20a85da54f651 /configure.py
parent7b9b1fb94aa44784e33734bef68c76e6a43361ef (diff)
downloadNinja-cb85ce886da075a57ede902a5fe6b4e3507afb34.zip
Ninja-cb85ce886da075a57ede902a5fe6b4e3507afb34.tar.gz
Ninja-cb85ce886da075a57ede902a5fe6b4e3507afb34.tar.bz2
cleanup based on comments from martine
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 6b6b3d0..c838392 100755
--- a/configure.py
+++ b/configure.py
@@ -48,7 +48,7 @@ parser.add_option('--with-python', metavar='EXE',
help='use EXE as the Python interpreter',
default=os.path.basename(sys.executable))
parser.add_option('--force-pselect', action='store_true',
- help="ppoll() is used by default on Linux, OpenBSD and Bitrig, but older versions might need to use pselect instead",)
+ help="ppoll() is used by default where available, but some platforms may need to use pselect instead",)
(options, args) = parser.parse_args()
if args:
print('ERROR: extra unparsed command-line arguments:', args)