summaryrefslogtreecommitdiff
path: root/net-analyzer/ntopng/files/ntopng-2.4-dont-build-ndpi.patch
blob: ef40c72d58964ef0aa65b6e6479aed989a50826f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/configure.ac
+++ b/configure.ac
@@ -62,13 +62,6 @@
 fi
 
 NDPI_LIB=$NDPI_HOME/src/lib/.libs/libndpi.a
-AC_MSG_CHECKING(for $NDPI_LIB)
-if test -f "$NDPI_LIB" ; then :
-  AC_MSG_RESULT(found $NDPI_LIB)
-else
-  AC_MSG_RESULT(not found $NDPI_LIB: compiling)
-  cd $NDPI_HOME; ./autogen.sh; make; cd -
-fi
 
 AC_MSG_CHECKING(for ntopng professional edition)
 if test -d "pro"; then :