aboutsummaryrefslogtreecommitdiff
path: root/configure.seed
diff options
context:
space:
mode:
Diffstat (limited to 'configure.seed')
-rw-r--r--configure.seed1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed
index 8f8817f24..548cffc83 100644
--- a/configure.seed
+++ b/configure.seed
@@ -74,6 +74,7 @@ if test "${with_hyperscan+set}" = set; then
AC_CHECK_LIB([stdc++], [main])
HS_INC=`pkg-config --cflags libhs`
HS_LIB=`pkg-config --libs libhs`
+ LDFLAGS="$LDFLAGS $HS_LIB"
else
AC_MSG_RESULT([Intel Hyperscan not found, exiting. See https://github.com/intel/hyperscan/blob/master/doc/dev-reference/getting_started.rst for install/build instructions])
exit 1