Use python2 in configure script

This commit is contained in:
Chris Lee 2018-05-31 06:53:03 +00:00
parent 3fcbf58873
commit 14074894f9

2
configure vendored
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
from __future__ import print_function