12 lines
370 B
Diff
12 lines
370 B
Diff
--- configure 2025-03-31 12:13:53.623243733 -0400
|
|
+++ configure.fixed 2025-03-31 12:39:09.977321514 -0400
|
|
@@ -696,7 +696,7 @@
|
|
#line 697 "configure"
|
|
#include "confdefs.h"
|
|
|
|
-main(){return(0);}
|
|
+int main(void) { return 0; }
|
|
EOF
|
|
if { (eval echo configure:702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
ac_cv_prog_cc_works=yes
|