kopia lustrzana https://github.com/Hamlib/Hamlib
Fix --with-readline[=yes] being considered =no
rodzic
5370bbd32e
commit
9aee8f8343
|
@ -381,7 +381,7 @@ AC_MSG_CHECKING([whether to use readline in rigctl/rotctl])
|
||||||
AC_ARG_WITH([readline],
|
AC_ARG_WITH([readline],
|
||||||
[AS_HELP_STRING([--without-readline],
|
[AS_HELP_STRING([--without-readline],
|
||||||
[disable readline in rigctl/rotctl @<:@default=yes@:>@])],
|
[disable readline in rigctl/rotctl @<:@default=yes@:>@])],
|
||||||
[cf_with_readline_support=no],
|
[cf_with_readline_support=$with_readline],
|
||||||
[cf_with_readline_support=yes]
|
[cf_with_readline_support=yes]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue