* configure.ac: It's gnatlib-plain in the Makefile, not
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Apr 2004 03:07:02 +0000 (03:07 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Apr 2004 03:07:02 +0000 (03:07 +0000)
gnatlib-simple; make configure match.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80810 138bc75d-0d04-0410-961f-82ee72b054a4

libada/ChangeLog
libada/configure
libada/configure.ac

index c010887..7578860 100644 (file)
@@ -1,3 +1,9 @@
+2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure.ac: It's gnatlib-plain in the Makefile, not
+       gnatlib-simple; make configure match.
+       * configure: Regenerate.
+
 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * Makefile.in: Call gcc/ada/Makefile directly, not through the
index e887087..6ec07c4 100755 (executable)
@@ -1557,7 +1557,7 @@ if test $build = $target \
   # Note that build=target is almost certainly the wrong test; FIXME
   default_gnatlib_target="gnatlib-shared"
 else
-  default_gnatlib_target="gnatlib-simple"
+  default_gnatlib_target="gnatlib-plain"
 fi
 
 
index 580447e..9698f5f 100644 (file)
@@ -82,7 +82,7 @@ if test $build = $target \
   # Note that build=target is almost certainly the wrong test; FIXME
   default_gnatlib_target="gnatlib-shared"
 else
-  default_gnatlib_target="gnatlib-simple"
+  default_gnatlib_target="gnatlib-plain"
 fi
 AC_SUBST([default_gnatlib_target])