http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38447
User: morriss
Date: 2011/08/10 08:28 AM
Log:
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5737 :
Python does have a way to check its version: -V (in all versions) and
--version (in 2.5 and higher). Use the former, at least until we require a
version greater than 2.5.
This will make it easier in the future if we need to check the Python version
before continuing (I could not find a minimum version that we need).
Directory: /trunk/
Changes Path Action
+8 -4 autogen.sh Modified