Skip to content

Commit b6983b7

Browse files
d-torrancemahrud
authored andcommitted
Always build factory if we're building flint (autotools)
1 parent 19f7de2 commit b6983b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

M2/configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,9 @@ then BUILTLIBS="-lflint $BUILTLIBS -lm"
957957
BUILD_gmp=yes
958958
LIBS_GMP="-lgmpxx -lgmp"
959959
BUILTLIBS="$LIBS_GMP $BUILTLIBS"])])
960+
AS_IF([test "x$BUILD_factory" = "xno"],
961+
[AC_MSG_NOTICE([we will build factory since we are building flint])
962+
BUILD_factory=yes])
960963
fi
961964

962965
dnl debian: 4ti2-

0 commit comments

Comments
 (0)