--- configure.orig	2009-10-13 17:34:09.000000000 +0200
+++ configure	2009-11-03 17:46:54.000000000 +0100
@@ -131,7 +131,7 @@
     cat >conftest.cpp <<EOF
 int main() { return 0; }
 EOF
-    "$TEST_COMPILER" "$@" -o /dev/null conftest.cpp
+    "$TEST_COMPILER" "$@" -o conftest.o conftest.cpp
     ret=$?
     rm -f conftest.cpp conftest.o
     return $ret

