MVoz / libmpsse

Automatically exported from code.google.com/p/libmpsse
0 stars 0 forks source link

configure using "python --version" instead of "python -V" to find libraries #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download package, untar it, and run ./configure on CentOS 5.9

What is the expected output?
configure can find python include files

What do you see instead?
...
checking /usr/include/pythonoption usability... no
...

What version of the product are you using? On what operating system?
CentOS 5.9

Please provide any additional information below.
My version of python (python 2.4) doesn't support the --version option.  When I 
replaced --version with -V on line 4724 of configure, it worked.

Original issue reported on code.google.com by agprima...@gmail.com on 15 Mar 2013 at 8:21

GoogleCodeExporter commented 9 years ago
I just checked in a patch so that configure uses -V instead of --version. 

Original comment by heffne...@gmail.com on 22 Mar 2013 at 12:43