Skip to content
Snippets Groups Projects
Commit 60ca181f authored by Moe Jette's avatar Moe Jette
Browse files

Modify logging of progress to be cleaner.

parent 2ca47ff6
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ AC_DEFUN([X_AC_FEDERATION],
[
ntbl_default_dirs="/usr/lib"
for ntbl_dir in $ntbl_default_dirs; do
echo "checking for libntbl.a in $ntbl_dir... "
echo -n "checking for libntbl.a in $ntbl_dir... "
# skip dirs that don't exist
if test ! -z "$ntbl_dir" -a ! -d "$ntbl_dir" ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment