Skip to content
Extraits de code Groupes Projets
Valider 98b868f5 rédigé par Amar Takhar's avatar Amar Takhar
Parcourir les fichiers

Whoops the wrong OpenMP detection support got committed, this is the correct

version.

Originally committed to SVN as r1917.
parent db5580f1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -130,10 +130,9 @@ AC_PREPROC_IFELSE(
],
[AC_MSG_RESULT([no])])
AX_OPENMP([with_openmp="yes"], [with_openmp="no"])
if test $with_openmp == "yes"; then
fi
AX_OPENMP([], [with_openmp="no"])
AM_CONDITIONAL([HAVE_OPENMP], [test "$with_openmp" != "no"])
AC_SUBST(OPENMP_CXXFLAGS)
#################
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter