Wireshark-commits: [Wireshark-commits] rev 49253: /trunk/ /trunk/: configure.ac
Date: Sat, 11 May 2013 20:04:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49253

User: guy
Date: 2013/05/11 01:04 PM

Log:
 Don't just look for python2.  Instead, first look for python, and then
 see whether it's Python 2 or not; if it's not, *then* look for Python 2.
 
 That way, you can use Python on systems where python is Python 2 and
 python2 doesn't exist.
 
 Move the check for Python up after the check for Perl.  (All the program
 checks arguably belong together.)
 
 AC_PATH_PROG() does AC_SUBST() for you; don't do it ourselves.

Directory: /trunk/
  Changes    Path            Action
  +31 -9     configure.ac    Modified