1
1

Compile with pcap support by default

This will permit to get pcap debugging out of the box
Этот коммит содержится в:
Aris Adamantiadis 2009-11-27 18:18:12 +01:00
родитель 8da712ea61
Коммит 810adadf2e

Просмотреть файл

@ -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)