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

Fix minor format problem in configure log.

parent f8a40c9b
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... \c"
echo "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