Browse Source

[3508] Removed unnecessary echo in configure.ac

Tomek Mrugalski 10 years ago
parent
commit
4837a87b1a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -31,7 +31,6 @@ AC_PROG_CXX
 
 # Check for exact Kea version.
 AC_MSG_CHECKING(whether this is a tarball or git source)
-echo "test -d ${srcdir}/.git"
 if test -d "${srcdir}/.git"; then
 	KEA_SRCID="git `(cd "${top_srcdir}";git rev-parse HEAD)`"
         AC_MSG_RESULT("git")