mirror of git://git.sv.gnu.org/nano.git
build: correct the inverted logic for the nanorc man page
All this "not is no" has me turning around in circles at least ten times before I know which side is which. This fixes https://savannah.gnu.org/bugs/?51061 Reported-by: Vicente Olivert Riera <vincent.riera@imgtec.com>
This commit is contained in:
parent
f8214440c2
commit
a32d21c759
|
@ -201,7 +201,6 @@ fi
|
||||||
if test "x$disable_nanorc" != xyes; then
|
if test "x$disable_nanorc" != xyes; then
|
||||||
if test "x$enable_nanorc" != xno; then
|
if test "x$enable_nanorc" != xno; then
|
||||||
AC_DEFINE(ENABLE_NANORC, 1, [Define this to enable the use of .nanorc files.])
|
AC_DEFINE(ENABLE_NANORC, 1, [Define this to enable the use of .nanorc files.])
|
||||||
else
|
|
||||||
nanorc_support=yes
|
nanorc_support=yes
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue