Changeset 67dc06e
- Timestamp:
- 09/14/15 17:45:26 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 91c2acc
- Parents:
- 2b4444f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
ra2dcdad r67dc06e 210 210 AC_DEFINE([HAVE_LIBWANDIO],1,[compile with libwandio support]) 211 211 fi 212 213 AC_CHECK_LIB(crypto, EVP_EncryptInit_ex, cryptofound=1, cryptofound=0) 212 214 213 215 # Check for libpcap … … 472 474 fi 473 475 476 if test "$cryptofound" = 1; then 477 AC_DEFINE(HAVE_LIBCRYPTO, 1, [Set to 1 if libcrypto is available]) 478 TOOLS_LIBS="$TOOLS_LIBS -lcrypto" 479 have_crypto=yes 480 else 481 have_crypto=no 482 fi 474 483 475 484 if test "$have_nsl" = 1; then … … 654 663 reportopt "Building man pages/documentation" $libtrace_doxygen 655 664 reportopt "Building tracetop (requires libncurses)" $with_ncurses 665 reportopt "Building traceanon with CryptoPan (requires libcrypto)" $have_crypto 656 666 657 667 # Report any errors relating to missing bison, flex, etc.
Note: See TracChangeset
for help on using the changeset viewer.