commit | 7f7902ce9c626021705b4c54677f64d2513e4d4c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 30 23:03:18 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jun 30 23:03:18 2012 +0200 |
tree | eda84278441d767ef13424e837dfce7bacd6a846 | |
parent | d06f9742db781a4b4169c8cbd6277d6faec40d4c [diff] | |
parent | b14168d64ad594ead0c1d76f481fb93a038ee7bb [diff] |
Merge
diff --git a/setup.py b/setup.py index 30a7a8f..c1d6968 100644 --- a/setup.py +++ b/setup.py
@@ -657,7 +657,7 @@ ret = os.system("ldd %s > %s" % (do_readline, tmpfile)) else: ret = 256 - if ret >> 8 == 0: + if ret == 0: with open(tmpfile) as fp: for ln in fp: if 'curses' in ln: