blob: f8690d886c2950174539efab9041552235d4173e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../unix/configure.orig Thu Mar 14 22:49:33 2002
+++ ../unix/configure Mon May 6 22:28:50 2002
@@ -4408,7 +4408,7 @@
lt_simple_compile_test_code="int some_variable = 0;"
# Code to be used in simple link tests
-lt_simple_link_test_code='main(){return(0);}'
+lt_simple_link_test_code='int main(void) { return(0); }'
# If no C compiler was specified, use CC.
LTCC=${LTCC-"$CC"}
|