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

version.

Originally committed to SVN as r1917.
This commit is contained in:
Amar Takhar 2008-03-06 18:18:09 +00:00
parent db5580f1cc
commit 98b868f55f

View file

@ -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)
################# #################