2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[3508] Removed unnecessary echo in configure.ac

This commit is contained in:
Tomek Mrugalski 2014-08-11 20:20:17 +02:00
parent 6e1791abef
commit 4837a87b1a

View File

@ -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")