mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[3508] Removed unnecessary echo in configure.ac
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user