Skip to content

Commit

Permalink
Remove call to deleted configure check
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 17, 2021
1 parent 9dc6e6f commit 1885c1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ if test "$ql_openmp" = "yes" ; then
AC_SUBST([CXXFLAGS],["${CXXFLAGS} ${OPENMP_CXXFLAGS}"])
fi

# Check for mandatory features

QL_CHECK_ASINH

# Check for Boost components
QL_CHECK_BOOST
AM_CONDITIONAL(BOOST_UNIT_TEST_FOUND, test "x${BOOST_UNIT_TEST_LIB}" != "x")
Expand Down

0 comments on commit 1885c1e

Please sign in to comment.