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
1 changed files with 3 additions and 4 deletions

View File

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