Whoops the wrong OpenMP detection support got committed, this is the correct
version. Originally committed to SVN as r1917.
This commit is contained in:
parent
db5580f1cc
commit
98b868f55f
1 changed files with 3 additions and 4 deletions
|
@ -130,10 +130,9 @@ AC_PREPROC_IFELSE(
|
||||||
],
|
],
|
||||||
[AC_MSG_RESULT([no])])
|
[AC_MSG_RESULT([no])])
|
||||||
|
|
||||||
AX_OPENMP([with_openmp="yes"], [with_openmp="no"])
|
AX_OPENMP([], [with_openmp="no"])
|
||||||
if test $with_openmp == "yes"; then
|
AM_CONDITIONAL([HAVE_OPENMP], [test "$with_openmp" != "no"])
|
||||||
fi
|
AC_SUBST(OPENMP_CXXFLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
Loading…
Reference in a new issue