diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index 9b7aa6b..561374d 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -2152,7 +2152,8 @@ AC_DEFUN([AC_OPENMP], dnl Try these flags: dnl GCC >= 4.2 -fopenmp dnl SunPRO C -xopenmp - dnl Intel C -openmp + dnl Intel C -qopenmp|-openmp (note: -openmp deprecated + dnl since version 15) dnl SGI C, PGI C -mp dnl Tru64 Compaq C -omp dnl IBM XL C (AIX, Linux) -qsmp=omp @@ -2164,8 +2165,8 @@ AC_DEFUN([AC_OPENMP], dnl will fail (since we know that it failed without the option), dnl therefore the loop will continue searching for an option, and dnl no output file called 'penmp' or 'mp' is created. - for ac_option in -fopenmp -xopenmp -openmp -mp -omp -qsmp=omp -homp \ - -Popenmp --openmp; do + for ac_option in -fopenmp -xopenmp -qopenmp -openmp -mp -omp \ + -qsmp=omp -homp -Popenmp --openmp; do ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $ac_option" AC_LINK_IFELSE([_AC_LANG_OPENMP],