Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sagemathgh-36212: singular: added missing #endif
    
closes sagemath#36193
    
URL: sagemath#36212
Reported by: Andrew
Reviewer(s):
  • Loading branch information
Release Manager committed Sep 10, 2023
2 parents 5389b8b + a2a875f commit 4ba78ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/singular/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SAGE_SPKG_CONFIGURE([singular], [
#include <singular/singularconfig.h>
#if !defined(HAVE_FLINT)
# error "Need Singular compiled with FLINT"
#endif
], [])
], [
AC_MSG_RESULT([yes])
Expand Down

0 comments on commit 4ba78ba

Please sign in to comment.