Merge remote branch 'origin/fastpath'

* origin/fastpath:
  Fix typo in PCAPTests.cmake
This commit is contained in:
Robin Sommer 2011-01-28 08:13:31 -08:00
commit 4b77164e04
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.6-dev.33 1.6-dev.35

View file

@ -2,7 +2,7 @@ include(CheckFunctionExists)
include(CheckCSourceCompiles) include(CheckCSourceCompiles)
include(CheckIncludeFiles) include(CheckIncludeFiles)
set(CMAKE_REQUIRED_INCLUDES ${LIBPCAP_INCLUDE_DIR}) set(CMAKE_REQUIRED_INCLUDES ${PCAP_INCLUDE_DIR})
set(CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARY}) set(CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARY})
check_include_files(pcap-int.h HAVE_PCAP_INT_H) check_include_files(pcap-int.h HAVE_PCAP_INT_H)