1
1

Patch from Brian to add in proper linker libraries

This commit was SVN r17919.
Этот коммит содержится в:
Jeff Squyres 2008-03-21 23:00:54 +00:00
родитель 05a7b1ed55
Коммит ace1717ca7

Просмотреть файл

@ -230,7 +230,7 @@ $ompi_cv_asm_endproc ${sym}gsym_test_func
if AC_TRY_EVAL(ompi_compile) ; then
# save the warnings
cat conftest.cmpl >&AC_FD_CC
ompi_link="$CC $CFLAGS conftest_c.$OBJEXT conftest.$OBJEXT -o conftest $LDFLAGS > conftest.link 2>&1"
ompi_link="$CC $CFLAGS conftest_c.$OBJEXT conftest.$OBJEXT -o conftest $LDFLAGS $LIBS > conftest.link 2>&1"
if AC_TRY_EVAL(ompi_link) ; then
# save the warnings
cat conftest.link >&AC_FD_CC