diff options
author | Luca Deri <deri@ntop.org> | 2017-04-27 12:17:32 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-04-27 12:17:32 +0200 |
commit | 6cae3a7dceff002852778f1a09caf9571687f8b5 (patch) | |
tree | db5c1be53d7599f3219d084a0ac4c1113e359dff | |
parent | d4a16d9e55d594d26ff6c51bbb75a6a5fb163527 (diff) |
Removed Napatech dependency
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 239187360..c970cbe5b 100644 --- a/configure.ac +++ b/configure.ac @@ -82,15 +82,6 @@ AS_IF([test "x$enable_json_c" != "xno"], [ []) ]) -OLD_LIBS=$LIBS -LIBS="-L/opt/napatech3/lib $LIBS" -AC_CHECK_LIB([ntapi], - [NT_Init], - [PCAP_LIB="$PCAP_LIB -L/opt/napatech3/lib -lntapi"], - [], [] ) -LIBS=$OLD_LIBS - - AC_CHECK_LIB(pthread, pthread_setaffinity_np, AC_DEFINE_UNQUOTED(HAVE_PTHREAD_SETAFFINITY_NP, 1, [libc has pthread_setaffinity_np])) AC_CONFIG_FILES([Makefile src/lib/Makefile example/Makefile tests/Makefile libndpi.pc]) |