1
1

Use AC_FD_CC uniformly (one & was missing).

This commit was SVN r7407.
Этот коммит содержится в:
Jeff Squyres 2005-09-16 12:28:53 +00:00
родитель 5b5da322e8
Коммит 4637ca6027

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

@ -105,7 +105,7 @@ ${sym}mytestlabel$ompi_cv_asm_label_suffix],
else
# not so much on the NM goodness :/
echo "$NM failed. Output from NM was:" >&AC_FD_CC
cat conftest.out > AC_FD_CC
cat conftest.out >&AC_FD_CC
AC_MSG_WARN([$NM could not read object file])
fi
])