* [PATCH] Use compile_prog as rest of configure
@ 2010-01-20 11:46 Juan Quintela
2010-01-21 16:20 ` Marcelo Tosatti
0 siblings, 1 reply; 2+ messages in thread
From: Juan Quintela @ 2010-01-20 11:46 UTC (permalink / raw)
To: kvm
This substitution got missed somehow
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-21 18:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 11:46 [PATCH] Use compile_prog as rest of configure Juan Quintela
2010-01-21 16:20 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox