Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 385 B view raw
1diff --git a/configure b/configure 2index 53e90a7..cc80615 100755 3--- a/configure 4+++ b/configure 5@@ -908,7 +908,7 @@ cat > conftest.$ac_ext << EOF 6 #line 909 "configure" 7 #include "confdefs.h" 8 9-main(){return(0);} 10+int main(){return(0);} 11 EOF 12 if { (eval echo configure:914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 13 ac_cv_prog_cc_works=yes