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