Wireshark-commits: [Wireshark-commits] master-2.0 f063c85: The second argument to AC_PATH_PROGS is

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 8 Oct 2015 20:44:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f063c85efa4e46044356c2516d83a6007ee0792e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

f063c85 by Guy Harris (guy@xxxxxxxxxxxx):

    The second argument to AC_PATH_PROGS is a list of program names.
    
    The *third* argument is the value to use if we don't find the program;
    we shouldn't fall back on "python3" if we can't find "python", we should
    try both "python" and "python3" and just set $PYTHON to nothing if we
    don't find either one.
    
    Change-Id: I5168455f09bc3165c49db4334f05856dec46bf62
    Reviewed-on: https://code.wireshark.org/review/10890
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 2bd7c48b44af5ebedefdb4c98d1b8cb708463881)
    Reviewed-on: https://code.wireshark.org/review/10891
    

Actions performed:

    from  cbc7116   GTPv2: display Sequence Number as BASE_HEX_DEC
    adds  f063c85   The second argument to AC_PATH_PROGS is a list of program names.


Summary of changes:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)