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