Skip to content

Commit

Permalink
Merge pull request #1408 from mezzarobba/trunk
Browse files Browse the repository at this point in the history
fix detection of ntl
  • Loading branch information
fredrik-johansson committed Jun 29, 2023
2 parents a59cfff + 39d5924 commit ab789c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,10 @@ fi

if test "$with_ntl" = "yes";
then
AC_LANG_PUSH([C++])
AC_CHECK_HEADER([NTL/ZZ.h],,
AC_MSG_ERROR([Could not find NTL/ZZ.h!]))
AC_LANG_POP([C++])
fi

################################################################################
Expand Down

0 comments on commit ab789c8

Please sign in to comment.