diff options
author | Luca Deri <deri@ntop.org> | 2018-05-11 09:06:07 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-05-11 09:06:07 +0200 |
commit | a06735009803717f59de2d47979df65ca6932a85 (patch) | |
tree | cb3c48302f6f7ca3eb271df86861a634ff8214e7 | |
parent | 50216991bd41f0cdfea599a76ace08ebd00501d3 (diff) |
Hyperscan fixes
-rw-r--r-- | configure.seed | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.seed b/configure.seed index a94f891d1..9813f54c0 100644 --- a/configure.seed +++ b/configure.seed @@ -62,10 +62,9 @@ LIBS=$BKP if test "x$ac_cv_lib_hs_hs_compile_multi" = xyes; then : AC_CHECK_LIB([m], [pow]) AC_CHECK_LIB([stdc++], [main]) -fi - HS_INC=`pkg-config --cflags libhs` HS_LIB=`pkg-config --libs libhs` +fi if test -f $PCAP_HOME/libpcap/libpcap.a; then : echo "Using libpcap from $PCAP_HOME" |