mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
11 lines
387 B
Text
11 lines
387 B
Text
--- ../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"}
|