Wireshark-commits: [Wireshark-commits] master 2bd7c48: The second argument to AC_PATH_PROGS is a li

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

Commits:

2bd7c48 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>
    

Actions performed:

    from  f274902   Qt: Add a play button to the RTP Stream Analysis dialog.
    adds  2bd7c48   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(-)