]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: It's gnatlib-plain in the Makefile, not gnatlib-simple; make configure...
authorNathanael Nerode <neroden@gcc.gnu.org>
Sun, 18 Apr 2004 03:07:02 +0000 (03:07 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Sun, 18 Apr 2004 03:07:02 +0000 (03:07 +0000)
* configure.ac: It's gnatlib-plain in the Makefile, not
gnatlib-simple; make configure match.
* configure: Regenerate.

From-SVN: r80810

libada/ChangeLog
libada/configure
libada/configure.ac

index c010887c328d8ff01327b3e46e6960ae36de8699..75788607aa42bf874823b807c6863311114afc56 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 e8870875e6bfb6ecf1acc5650df1a445245f102d..6ec07c472fe752038f6cbc0fb0851658b11fb84f 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 580447ef6a75e4acff9c7e6736b448e674f6791a..9698f5fe14c7c2619a44b4f67bce087c87e12ba7 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])