File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- # From configure.in Revision: 1.317 .
2+ # From configure.in Revision: 1.318 .
33# Guess values for system-dependent variables and create Makefiles.
44# Generated by GNU Autoconf 2.53.
55#
@@ -3037,7 +3037,7 @@ then
30373037 if test -z " $CXX " ; then
30383038 LINKCC=" \$ (PURIFY) \$ (CC)"
30393039 else
3040- echo ' int main(){return 0; }' > conftest.$ac_ext
3040+ echo ' void foo(); int main(){foo();}void foo(){ }' > conftest.$ac_ext
30413041 $CXX -c conftest.$ac_ext 2>&5
30423042 if $CC -o conftest$ac_exeext conftest.$ac_objext 2>&5 \
30433043 && test -s conftest$ac_exeext && ./conftest$ac_exeext
Original file line number Diff line number Diff line change 309309 if test -z "$CXX"; then
310310 LINKCC="\$(PURIFY) \$(CC)"
311311 else
312- echo 'int main(){return 0; }' > conftest.$ac_ext
312+ echo 'void foo(); int main(){foo();}void foo(){ }' > conftest.$ac_ext
313313 $CXX -c conftest.$ac_ext 2>&5
314314 if $CC -o conftest$ac_exeext conftest.$ac_objext 2>&5 \
315315 && test -s conftest$ac_exeext && ./conftest$ac_exeext
You can’t perform that action at this time.
0 commit comments