This substitution got missed somehow Signed-off-by: Juan Quintela <quintela@xxxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html