summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-10-10 21:02:50 +0000
committerGuy Harris <guy@alum.mit.edu>2013-10-10 21:02:50 +0000
commitbaf34b0beb290af57933f63880849d620a72b772 (patch)
treecb42f689894bae018b3abc3e72eab6bab3c9eaa6 /cmake
parent260a3af9b79496330b5115437c300d40e632063c (diff)
downloadwireshark-baf34b0beb290af57933f63880849d620a72b772.tar.gz
Don't check for pcap_version(); we don't use it.
Sort the #cmakedefines in cmakeconfig.h.in to more closely match the order in config.h.in, to make it easier to make sure CMake and autofoo are doing the same checks. Remove some #cmakedefines that don't correspond to check that are being done either by CMake or autofoo. svn path=/trunk/; revision=52515
Diffstat (limited to 'cmake')
-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 e72a5142db..5821627611 100644
--- a/cmake/modules/FindPCAP.cmake
+++ b/cmake/modules/FindPCAP.cmake
@@ -48,7 +48,6 @@ cmake_push_check_state()
set( CMAKE_REQUIRED_INCLUDES ${PCAP_INCLUDE_DIRS} )
set( CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARIES} )
-check_variable_exists( "pcap_version" HAVE_PCAP_VERSION )
check_function_exists( "pcap_open_dead" HAVE_PCAP_OPEN_DEAD )
check_function_exists( "pcap_freecode" HAVE_PCAP_FREECODE )
#