Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
4837a87b
Commit
4837a87b
authored
Aug 11, 2014
by
Tomek Mrugalski
🛰
Browse files
[3508] Removed unnecessary echo in configure.ac
parent
6e1791ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4837a87b
...
...
@@ -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")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment