Output a no if nothing is found on windows/mac check

This commit is contained in:
Klas Lindfors
2015-09-16 16:21:54 +02:00
parent d30f6fc781
commit b952a4a3c5
+2
View File
@@ -87,6 +87,8 @@ if test "x$with_backend" = xcheck; then
elif test "x$ac_cv_header_winscard_h" = xyes; then elif test "x$ac_cv_header_winscard_h" = xyes; then
with_backend=winscard with_backend=winscard
AC_MSG_RESULT([Windows]) AC_MSG_RESULT([Windows])
else
AC_MSG_RESULT([no])
fi fi
fi fi