Add missing AC_MSG_RESULT

pull/1862/head
Daniele Forsi IU5HKX 2025-08-21 18:02:17 +02:00
rodzic ee7c0c3235
commit 7dc8462b20
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -409,6 +409,8 @@ AC_ARG_WITH([indi],
[cf_with_indi_support=yes]
)
AC_MSG_RESULT([$cf_with_indi_support])
AS_IF([test x"$cf_with_indi_support" = "xyes"], [
AS_IF([test x"${cf_with_cxx}" != "xyes"], [
AC_MSG_ERROR([INDI support needs a C++ compiler.])