diff --git a/ChangeLog b/ChangeLog index 0df2e576f..5a7239363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Nathanael Nerode + + * configure.in: Revert previous change. + * configure: Regenerate. + 2003-01-23 Nathanael Nerode * configure.in: Make rda native-only. diff --git a/configure b/configure index 654e985db..d871e4ae6 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 11289eea7..f6fd144b5 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" ################################################################################