python: remove argument for `--with-system-ffi` configure arg (based on python3)
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 4 Jan 2017 09:42:34 +0000 (11:42 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Wed, 4 Jan 2017 13:08:36 +0000 (15:08 +0200)
commit9d876738b2569aaf25caa7fcef02e4041f12890f
tree380771358ddec7d154c43123521003392eba2284
parentae5d8d674b43e1590c5a064a24bc84ae78ba1408
python: remove argument for `--with-system-ffi` configure arg (based on python3)

And apparently `--with-system-ffi` does not take any arguments.
But it's only in Python 3.6 that a check was added for that.
After checking, Python 2.7 does not take any args either
for `--with-system-ffi` ; so, remove it [for the case when this
change may get backported].

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/Makefile