This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Removed header Include path from the configure file as path was
from the host, which is wrong for the cross compilation.
Upstream: None
Signed-off-by: Nitin Mendiratta <nitin.mendiratta@rockwellcollins.com>
diff --git a/configure.ac b/configure.ac
index 10ff870..27b9957 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1145,9 +1145,7 @@ have_lininn=no
have_inn_parsedate=no
oCPPFLAGS="$CPPFLAGS"
-if test -d /usr/include/inn; then
- CPPFLAGS="$CPPFLAGS -I/usr/include/inn"
-fi
+
AC_CHECK_HEADER(libinn.h)
CPPFLAGS="$oCPPFLAGS"