13 lines
212 B
Text
13 lines
212 B
Text
|
Index: configure
|
||
|
--- configure.orig
|
||
|
+++ configure
|
||
|
@@ -962,7 +962,7 @@ else
|
||
|
extern "C" void exit(int);
|
||
|
#endif
|
||
|
#include <stdio.h>
|
||
|
-main()
|
||
|
+int main()
|
||
|
{
|
||
|
FILE *f=fopen("conftestval", "w");
|
||
|
if (!f) exit(1);
|