##// END OF EJS Templates
check for libedit in readline on OS X...
MinRK -
Show More
@@ -162,5 +162,8 b' def check_for_readline():'
162 print_status('readline', "no pyreadline-%s < 1.7.1" % vs)
162 print_status('readline', "no pyreadline-%s < 1.7.1" % vs)
163 return False
163 return False
164 else:
164 else:
165 if sys.platform == 'darwin' and 'libedit' in readline.__doc__:
166 print_status('readline', "no (libedit detected)")
167 return False
165 print_status('readline', "yes")
168 print_status('readline', "yes")
166 return True
169 return True
General Comments 0
You need to be logged in to leave comments. Login now