diff --git a/src/configure.ac b/src/configure.ac index e6629c73..b06d568a 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -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