From b300747aa228d42740a76e6d6d3418ae2be7ec51 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sat, 23 Aug 2025 22:52:54 +0200 Subject: [PATCH] Fix comment and messages Looks like they were copied from the texts for readline. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ad43b6065..1a2635c6c 100644 --- a/configure.ac +++ b/configure.ac @@ -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] )