From b952a4a3c5368e691a2cb97b6516379391a794ee Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 16 Sep 2015 16:21:54 +0200 Subject: [PATCH] Output a no if nothing is found on windows/mac check --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index eb453ba..d6bda08 100644 --- a/configure.ac +++ b/configure.ac @@ -87,6 +87,8 @@ if test "x$with_backend" = xcheck; then elif test "x$ac_cv_header_winscard_h" = xyes; then with_backend=winscard AC_MSG_RESULT([Windows]) + else + AC_MSG_RESULT([no]) fi fi