1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

proper propagation of OpenMP flags

This commit is contained in:
Antonin Portelli 2016-08-02 17:41:32 +01:00
parent 9e5b934d21
commit 63ae39abc7

View File

@ -10,6 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LANG(C++) AC_LANG(C++)
AC_PROG_CXX AC_PROG_CXX
AC_OPENMP AC_OPENMP
AM_CXXFLAGS="$AM_CXXFLAGS $OPENMP_CXXFLAGS"
LT_INIT([disable-shared]) LT_INIT([disable-shared])
############### Checks for header files ############### Checks for header files