Fix comment and messages

Looks like they were copied from the texts for readline.
pull/1862/head
Daniele Forsi IU5HKX 2025-08-23 22:52:54 +02:00
rodzic 8febac180a
commit b300747aa2
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -402,12 +402,12 @@ AS_IF([test x"$ax_cv_lib_readline" = "xno"], [
cf_with_readline_support=no
])
dnl Check if INDI support in rigctl/rotctl is wanted
AC_MSG_CHECKING([whether to use INDI in rigctl/rotctl])
dnl Check if INDI support in rotctl/rotctld is wanted
AC_MSG_CHECKING([whether to use INDI in rotctl/rotctld])
AC_ARG_WITH([indi],
[AS_HELP_STRING([--without-indi],
[disable INDI in rigctl/rotctl @<:@default=yes@:>@])],
[disable INDI in rotctl/rotctld @<:@default=yes:>@])],
[cf_with_indi_support=$withval],
[cf_with_indi_support=yes]
)