diff --git a/ChangeLog b/ChangeLog index c3ca22b2bbd7a05fcede14f681cdc2af0706ff80..c61c350caaa73ec4e23f89dc39a23399310656ce 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 654e985dbfe12441ee3da2241e34d895b0c8797a..d871e4ae6d3ec7e354b8afddfdd46c123a7564b7 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 11289eea73fff0f607ca82b0afd3cc221b9fbdf6..f6fd144b50cb04123f463068af1eeafb78aabd92 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" ################################################################################