Re: [upower PATCH] build: don't rely on files' presence to define the default backend.

2011-09-01 Thread Emilio López
El 01/09/11 08:14, Diego Elio Pettenò escribió: [...] + [*-openbsd*], [with_backedn=openbsd], [...] I see a little typo there, was it fixed when committing or does it need fixing? -- Emilio ___ devkit-devel mailing list devkit-devel@lis

Re: [upower PATCH] build: don't rely on files' presence to define the default backend.

2011-09-01 Thread Richard Hughes
On 1 September 2011 12:14, Diego Elio Pettenò wrote: > Files might not be there, or in the case of cross-compilation, they most > definitely won't be there (and if they are, they are not the ones you > should be looking for). Instead use the autoconf-defined $host variable to > identify for what s

[upower PATCH] build: don't rely on files' presence to define the default backend.

2011-09-01 Thread Diego Elio Pettenò
Files might not be there, or in the case of cross-compilation, they most definitely won't be there (and if they are, they are not the ones you should be looking for). Instead use the autoconf-defined $host variable to identify for what system we're building for. Signed-off-by: Diego Elio Pettenò