1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

build system minor fix

This commit is contained in:
Antonin Portelli 2018-08-28 18:26:30 +01:00
parent 6aa047d842
commit 2db1a4628c

View File

@ -41,7 +41,7 @@ AC_TYPE_UINT64_T
############### OpenMP
AC_OPENMP
ac_openmp=no
if test "${OPENMP_CXXFLAGS}X" != "X"; then
if test "${ac_cv_prog_cxx_openmp}X" != "noX"; then
ac_openmp=yes
AM_CXXFLAGS="$OPENMP_CXXFLAGS $AM_CXXFLAGS"
AM_LDFLAGS="$OPENMP_CXXFLAGS $AM_LDFLAGS"