summaryrefslogtreecommitdiff
path: root/net-analyzer/pmacct/files/pmacct-1.7.6-nogit.patch
blob: 7381408d44895373bd9b761a8a832baee05719be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/configure.ac b/configure.ac
index 34269bd9..c6dbe8ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1140,10 +1140,7 @@ dnl Git submodule Dependencies buid system
 dnl --------------------------------------
 
 dnl First check whether to build git submodule deps
-WITH_EXTERNAL_DEPS_DEFAULT=yes
-if [ test ! -f "$srcdir/src/external_libs/libcdada/include/cdada.h" ] && [ test -z `git rev-parse HEAD 2> /dev/null` ]; then
-	WITH_EXTERNAL_DEPS_DEFAULT=no
-fi
+WITH_EXTERNAL_DEPS_DEFAULT=no
 
 AC_MSG_CHECKING([whether external dependencies (git submodules) should be compiled])
 AC_ARG_WITH(external-deps,