Remove debug from configure.ac

https://github.com/Hamlib/Hamlib/issues/1403
pull/1404/head
Mike Black W9MDB 2023-10-18 10:15:11 -05:00
rodzic aac762712a
commit cb5e9ec853
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -391,7 +391,6 @@ AC_MSG_CHECKING([whether to use INDI in rigctl/rotctl])
)
#])
echo Here#1 $cf_with_indi_support
AS_IF([test x"$cf_with_indi_support" != "xno"], [
# INDI support needs a C++ compiler, tested for presence above.
AS_IF([test x"${cf_with_cxx}" != "xyes"], [
@ -399,7 +398,6 @@ AS_IF([test x"$cf_with_indi_support" != "xno"], [
cf_with_indi_support=no
])
])
echo Here#2 $cf_with_indi_support
AS_IF([test x"$cf_with_indi_support" != "xno"], [
# macros/ax_lib_nova.m4