URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=efea8ce1c6a4331bc2ff7090dd3dadd2a80f6d86
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
efea8ce by Gerald Combs (gerald@xxxxxxxxxxxxx):
CMake: Conditional build fixes and updates.
HAVE_PORTAUDIO_H didn't work for Stig. Use PORTAUDIO_FOUND instead,
which is the correct name to use according to the
FIND_PACKAGE_HANDLE_STANDARD_ARGS documentation. Use xxx_FOUND in a
couple of other places.
Conditionally build caputils/airpcap_loader.c.
Change-Id: I6a134192902229a446dccf43bfb7bbfe2a55d1e2
Reviewed-on: https://code.wireshark.org/review/4291
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 5517c42 packet-netflow.c: Do various fixes and changes
adds efea8ce CMake: Conditional build fixes and updates.
Summary of changes:
caputils/CMakeLists.txt | 8 +++++++-
ui/gtk/CMakeLists.txt | 6 +++---
2 files changed, 10 insertions(+), 4 deletions(-)