Update configure.ac to print libreadline status

This commit is contained in:
mcuee 2022-11-20 09:46:07 +08:00 committed by GitHub
parent c9357132fa
commit df4dccabfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -577,6 +577,12 @@ else
echo "DON'T HAVE libhidapi"
fi
if test x$have_readline = xyes; then
echo "DO HAVE libreadline"
else
echo "DON'T HAVE libreadline"
fi
if test x$have_pthread = xyes; then
echo "DO HAVE pthread"
else