summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-05-11 18:19:02 +0000
committerGuy Harris <guy@alum.mit.edu>2017-05-11 18:19:12 +0000
commit6f1e6d24c64960bf347c1990fcca8dfdaaf44c68 (patch)
tree59ff6aa1de70c20dde394ab1c19ea9c92b3df7d1 /cmake/modules
parent8cd1fd0c993df904596390ebdf350259e7c9c5fc (diff)
downloadwireshark-6f1e6d24c64960bf347c1990fcca8dfdaaf44c68.tar.gz
Revert "Revert "Get rid of HAVE_REMOTE.""
This reverts commit 8cd1fd0c993df904596390ebdf350259e7c9c5fc. Making HAVE_REMOTE a config.h #define is a really horrible idea. It's *NOT* a configuration option. Instead, HAVE_REMOTE should be defined by other mechanisms, as was done in 79eab8ca070f978415126f85b0777ab4ab02f0a2. Change-Id: I4632b63bd73a25a27c5f4686d2baf3e0beddecb3 Reviewed-on: https://code.wireshark.org/review/21604 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindPCAP.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/FindPCAP.cmake b/cmake/modules/FindPCAP.cmake
index 85053abff4..508d46b3a7 100644
--- a/cmake/modules/FindPCAP.cmake
+++ b/cmake/modules/FindPCAP.cmake
@@ -89,7 +89,6 @@ if( PCAP_FOUND )
check_function_exists( "pcap_open" HAVE_PCAP_OPEN )
if( HAVE_PCAP_OPEN )
set( HAVE_PCAP_REMOTE 1 )
- set( HAVE_REMOTE 1 )
endif()
cmake_pop_check_state()