autotools: remove random echo

It seems it was a debug echo that was never removed.
This commit is contained in:
Jean Guyomarc'h 2016-05-28 15:02:28 +02:00
parent 543394344d
commit 0bb75b5fb6
1 changed files with 0 additions and 1 deletions

View File

@ -5399,7 +5399,6 @@ build_quicklaunch="no"
if test "x${ac_cv_func_fork}" = "xyes" -a "x${efl_func_dlopen}" = "xyes"; then
build_quicklaunch="yes"
fi
echo ${build_quicklaunch}
AM_CONDITIONAL([BUILD_QUICKLAUNCH], [test "x${build_quicklaunch}" = "xyes"])
EFL_ADD_FEATURE([ELEMENTARY], [quicklaunch], [${build_quicklaunch}])