From a32d21c75975868b2855f5a96aaebf7a4fa2ab5d Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Fri, 19 May 2017 10:50:32 +0200
Subject: [PATCH] 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>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 586324c3..8e74b46c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,6 @@ fi
 if test "x$disable_nanorc" != xyes; then
     if test "x$enable_nanorc" != xno; then
 	AC_DEFINE(ENABLE_NANORC, 1, [Define this to enable the use of .nanorc files.])
-    else
 	nanorc_support=yes
     fi
 fi
-- 
GitLab