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:
parent
d43d372294
commit
049dd25785
10
configure.ac
10
configure.ac
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user