summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/rp-pppoe/rp-pppoe-3.8/dont-swallow-errors.patch
blob: c7fc9cfacc0c8984fab330b0a95459cd98aae7bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Further fixup to the configure scripts to not swallow errors

Upstream-Status: Pending

--- a/src/configure.in.org	2008-01-14 21:08:38.000000000 +0200
+++ a/src/configure.in	2008-01-14 21:20:09.000000000 +0200
@@ -208,7 +208,7 @@
 	return 2;
     }
 }], rpppoe_cv_pack_bitfields=normal, rpppoe_cv_pack_bitfields=rev,
-$ECHO "no defaults for cross-compiling"; exit 0)
+$ECHO "no defaults for cross-compiling"; exit 1)
 ])
 
 if test "$rpppoe_cv_pack_bitfields" = "rev" ; then