configure.ac (ACX_PROG_GNAT): Append "libgnat" to the include dir.
authorNicolas Roche <roche@adacore.com>
Fri, 20 Oct 2017 09:29:35 +0000 (09:29 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 20 Oct 2017 09:29:35 +0000 (09:29 +0000)
* configure.ac (ACX_PROG_GNAT): Append "libgnat" to the include dir.
* configure: Regenerate.

From-SVN: r253928

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 42d98733299d3cb8b0b4d27d50b3e356894769f8..d0ca16c28208f3db84bd97892e9bc623c66024b7 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-20  Nicolas Roche  <roche@adacore.com>
+
+       * configure.ac (ACX_PROG_GNAT): Append "libgnat" to the include dir.
+       * configure: Regenerate.
+
 2017-10-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/82158
index 13f97cd3663bec3a1c3e05df0cf7ba53ec80483e..aa5937df84c4248bbc0787b6b3504132e9f2bf33 100755 (executable)
@@ -4987,7 +4987,7 @@ acx_cv_cc_gcc_supports_ada=no
 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
 # given a .adb file, but produce no object file.  So we must check
 # if an object file was really produced to guard against this.
-errors=`(${CC} -I"$srcdir"/ada -c conftest.adb) 2>&1 || echo failure`
+errors=`(${CC} -I"$srcdir"/ada/libgnat -c conftest.adb) 2>&1 || echo failure`
 if test x"$errors" = x && test -f conftest.$ac_objext; then
   acx_cv_cc_gcc_supports_ada=yes
 fi
index 827113892817398d13991c88311ba584abee60ab..d905d0d980ab90de6eb4df12bd4e71ca09f82360 100644 (file)
@@ -362,7 +362,7 @@ rm -f a.out a.exe b.out
 # Find the native compiler
 AC_PROG_CC
 AC_PROG_CXX
-ACX_PROG_GNAT([-I"$srcdir"/ada])
+ACX_PROG_GNAT([-I"$srcdir"/ada/libgnat])
 
 # Do configure tests with the C++ compiler, since that's what we build with.
 AC_LANG(C++)