From 806e09354fd41e8783964a2403ac57b25ef8a64e Mon Sep 17 00:00:00 2001
From: Nathanael Nerode <neroden@gcc.gnu.org>
Date: Thu, 23 Jan 2003 22:32:25 +0000
Subject: [PATCH] configure.in: Revert previous change.

2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>

	* configure.in: Revert previous change.
	* configure: Regenerate.

From-SVN: r61676
---
 ChangeLog    | 5 +++++
 configure    | 2 +-
 configure.in | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c3ca22b2bbd7..c61c350caaa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* configure.in: Revert previous change.
+	* configure: Regenerate.
+
 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
 
 	* configure.in: Make rda native-only.
diff --git a/configure b/configure
index 654e985dbfe1..d871e4ae6d3e 100755
--- a/configure
+++ b/configure
@@ -828,7 +828,7 @@ target_libs="target-libiberty \
 # list belongs in this list.  those programs are also very likely
 # candidates for the "native_only" list which follows
 #
-target_tools="target-examples target-groff target-gperf target-rda"
+target_tools="target-examples target-groff target-gperf"
 
 ################################################################################
 
diff --git a/configure.in b/configure.in
index 11289eea73ff..f6fd144b50cb 100644
--- a/configure.in
+++ b/configure.in
@@ -171,7 +171,7 @@ target_libs="target-libiberty \
 # list belongs in this list.  those programs are also very likely
 # candidates for the "native_only" list which follows
 #
-target_tools="target-examples target-groff target-gperf target-rda"
+target_tools="target-examples target-groff target-gperf"
 
 ################################################################################
 
-- 
GitLab