Compile with pcap support by default

This will permit to get pcap debugging out of the box
This commit is contained in:
Aris Adamantiadis 2009-11-27 18:18:12 +01:00
parent 8da712ea61
commit 810adadf2e

View File

@ -6,4 +6,4 @@ option(WITH_STATIC_LIB "Build with a static library" OFF)
option(WITH_DEBUG_CRYPTO "Build with cryto debug output" OFF)
option(WITH_DEBUG_CALLTRACE "Build with calltrace debug output" ON)
option(WITH_GCRYPT "Compile against libgcrypt" OFF)
option(WITH_PCAP "Compile with Pcap generation support" OFF)
option(WITH_PCAP "Compile with Pcap generation support" ON)