From: Juan Quintela <[email protected]>

This substitution got missed somehow

Signed-off-by: Juan Quintela <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>

diff --git a/configure b/configure
index b6bebac..fdd0394 100755
--- a/configure
+++ b/configure
@@ -1758,7 +1758,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
 
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to