python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / raptor / 0001-configure.ac-remove-conditional-lib-inclusion.patch
blob7367ad2332fb6d33f02fa674dab01d55c68346eb
1 Removed header Include path from the configure file as path was
2 from the host, which is wrong for the cross compilation.
3 Upstream: None
5 Signed-off-by: Nitin Mendiratta <nitin.mendiratta@rockwellcollins.com>
7 diff --git a/configure.ac b/configure.ac
8 index 10ff870..27b9957 100644
9 --- a/configure.ac
10 +++ b/configure.ac
11 @@ -1145,9 +1145,7 @@ have_lininn=no
12 have_inn_parsedate=no
14 oCPPFLAGS="$CPPFLAGS"
15 -if test -d /usr/include/inn; then
16 - CPPFLAGS="$CPPFLAGS -I/usr/include/inn"
17 -fi
19 AC_CHECK_HEADER(libinn.h)
20 CPPFLAGS="$oCPPFLAGS"