1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Revert accidental commit thanks michael

This commit is contained in:
Peter Boyle 2020-09-23 04:13:50 -04:00
parent d43d372294
commit 049dd25785

View File

@ -53,11 +53,11 @@ AC_TYPE_UINT64_T
############### OpenMP ############### OpenMP
AC_OPENMP AC_OPENMP
ac_openmp=no ac_openmp=no
#if test "${ac_cv_prog_cxx_openmp}X" != "noX"; then if test "${ac_cv_prog_cxx_openmp}X" != "noX"; then
# ac_openmp=yes ac_openmp=yes
## AM_CXXFLAGS="$OPENMP_CXXFLAGS $AM_CXXFLAGS" AM_CXXFLAGS="$OPENMP_CXXFLAGS $AM_CXXFLAGS"
# AM_LDFLAGS="$OPENMP_CXXFLAGS $AM_LDFLAGS" AM_LDFLAGS="$OPENMP_CXXFLAGS $AM_LDFLAGS"
#fi fi
############### Checks for header files ############### Checks for header files