From 97e10b5d0d05e576da0d5e68dce37ebfd10bc359 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Sat, 8 Feb 2003 22:05:50 +0000
Subject: [PATCH] - nano.spec.in - Change default flags to --enable-all

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1435 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog    | 2 ++
 nano.spec.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2ccc237f..853f53df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,8 @@ CVS code
 	  optional.
 - nanorc.sample:
 	- Make nanorc entry less tolerant of invalid colors.
+- nano.spec.in:
+	- Change default flags to --enable-all.
 
 GNU nano 1.1.99pre2 - 2003.02.03
 - General:
diff --git a/nano.spec.in b/nano.spec.in
index b9d04316..693c03b2 100644
--- a/nano.spec.in
+++ b/nano.spec.in
@@ -21,7 +21,7 @@ text editor while also offering a few enhancements.
 %setup -q
 
 %build
-%configure --enable-extra
+%configure --enable-all
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install
-- 
GitLab