Skip to content
Snippets Groups Projects
Commit 97d4ab39 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Clean up _slu_lib_path: remove spurious output (probably debugging stuff).

[[Imported from SVN: r5899]]
parent 9e63525a
No related branches found
No related tags found
No related merge requests found
......@@ -33,14 +33,12 @@ AC_DEFUN([_slu_lib_path],
if test ! -f "$1/$my_include_path/$2"; then
my_slu_found=no
else
echo "$1/$my_lib_path"
if ! test -d "$1/$my_lib_path"; then
my_lib_path=""
fi
fi
fi
fi
echo "my_lib_path=$my_lib_path my_include_path=$my_include_path my_slu_found=$my_slu_found 2=$2"
]
)
......
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