Wireshark-commits: [Wireshark-commits] master d55f176: Don't define EXTCAP_DIR as "${datadir}/wires
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d55f176a2472077eaad9315d525696d24b571e05
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d55f176 by Guy Harris (guy@xxxxxxxxxxxx):
    Don't define EXTCAP_DIR as "${datadir}/wireshark/extcap".
    
    If you hand that string to a UNIX API, it'll probably fail; you need to
    expand ${datadir} in the *build* process.
    
    Do it the same way we handle PLUGIN_INSTALL_DIR.
    
    Change-Id: I09e8a8467ab7b0e912a174be3335ee1faff91abb
    Reviewed-on: https://code.wireshark.org/review/13928
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  088f57f   Add support for libssh.
    adds  d55f176   Don't define EXTCAP_DIR as "${datadir}/wireshark/extcap".
Summary of changes:
 configure.ac |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)