Changeset df87f00 for configure.in
- Timestamp:
- 05/18/18 11:39:59 (3 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- b663d33
- Parents:
- bd51874
- git-author:
- Shane Alcock <salcock@…> (11/28/17 16:22:37)
- git-committer:
- Shane Alcock <salcock@…> (05/18/18 11:39:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r62ee4ec rdf87f00 215 215 AC_CHECK_HEADER(openssl/evp.h, cryptofound=1, cryptofound=0) 216 216 fi 217 AC_CHECK_LIB(tasn1, asn1_array2tree, asn1found=1, asn1found=0) 217 218 218 219 # Check for libpcap … … 516 517 fi 517 518 519 if test "$asn1found" = 1; then 520 AC_DEFINE(HAVE_LIBTASN1, 1, [Set to 1 if libtasn1 is available]) 521 LIBTRACE_LIBS="$LIBTRACE_LIBS -ltasn1" 522 TOOLS_LIBS="$TOOLS_LIBS -ltasn1" 523 have_asn1=yes 524 else 525 have_asn1=no 526 fi 527 518 528 if test "$have_nsl" = 1; then 519 529 if test "$ac_cv_search_inet_ntop" != "none required"; then … … 695 705 fi 696 706 reportopt "Compiled with LLVM BPF JIT support" $JIT 707 reportopt "Compiled with live ETSI LI support (requires libtasn1)" $have_asn1 697 708 reportopt "Building man pages/documentation" $libtrace_doxygen 698 709 reportopt "Building tracetop (requires libncurses)" $with_ncurses
Note: See TracChangeset
for help on using the changeset viewer.