1
1

fixed check availability of mxm atomics. No need to run the code. succesful compilation is enough to detect availability.

reviewed by miked

This commit was SVN r29407.
Этот коммит содержится в:
Alex Mikheev 2013-10-09 11:52:04 +00:00
родитель a9521f3abd
Коммит 68b8e562d6

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

@ -21,7 +21,7 @@ AC_DEFUN([MCA_oshmem_atomic_mxm_CONFIG],[
CPPFLAGS="$CPPFLAGS -I$ompi_check_mxm_dir/include"
LDFLAGS="$LDFLAGS -L$ompi_check_mxm_dir/lib"
LIBS="$LIBS -lmxm"
AC_TRY_RUN([
AC_COMPILE_IFELSE([
#include <mxm/api/mxm_api.h>
int main() {
if (mxm_get_version() < MXM_VERSION(1,5) )