From a06735009803717f59de2d47979df65ca6932a85 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 11 May 2018 09:06:07 +0200 Subject: Hyperscan fixes --- configure.seed | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3