Skip to content

Commit

Permalink
configure.ac: better documentation for --disable-serial
Browse files Browse the repository at this point in the history
Thanks to Kirill Elagin
" Misleading references to /etc/reader.conf throughout the documentation #115 "
#115
  • Loading branch information
LudovicRousseau committed Dec 4, 2021
1 parent 0fb1451 commit 68da917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ fi

# --disable-serial
AC_ARG_ENABLE(serial,
AS_HELP_STRING([--disable-serial],[do not use serial reader.conf file]),
AS_HELP_STRING([--disable-serial],[do not use serial reader.conf files]),
[ use_serial="${enableval}" ], [ use_serial="yes" ] )
AM_CONDITIONAL(ENABLE_SERIAL, test "$use_serial" != "no")
if test "$use_serial" != "no"; then
Expand Down

0 comments on commit 68da917

Please sign in to comment.