diff options
-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" |