Re: [PATCH] Use compile_prog as rest of configure

2010-01-21 Thread Marcelo Tosatti
On Wed, Jan 20, 2010 at 12:46:28PM +0100, Juan Quintela wrote:
> This substitution got missed somehow
> 
> Signed-off-by: Juan Quintela 

Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Use compile_prog as rest of configure

2010-01-20 Thread Juan Quintela
This substitution got missed somehow

Signed-off-by: Juan Quintela 
---
 configure |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 20c374a..be739e1 100755
--- a/configure
+++ b/configure
@@ -1747,7 +1747,7 @@ cat > $TMPC << EOF
 int main(void) { return syscall(SYS_signalfd, -1, NULL, _NSIG / 8); }
 EOF

-if $cc $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
+if compile_prog "" "" ; then
   signalfd=yes
 fi

-- 
1.6.6

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html