Skip to content

Commit e74579d

Browse files
author
Release Manager
committed
gh-36212: singular: added missing #endif closes #36193 URL: #36212 Reported by: Andrew Reviewer(s):
2 parents 322ad22 + a2a875f commit e74579d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/pkgs/singular/spkg-configure.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ SAGE_SPKG_CONFIGURE([singular], [
1212
#include <singular/singularconfig.h>
1313
#if !defined(HAVE_FLINT)
1414
# error "Need Singular compiled with FLINT"
15+
#endif
1516
], [])
1617
], [
1718
AC_MSG_RESULT([yes])

0 commit comments

Comments
 (0)