We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3befee commit a480af9Copy full SHA for a480af9
factory/flint-check.m4
@@ -47,10 +47,10 @@ fi
47
48
for FLINT_HOME in ${FLINT_HOME_PATH}
49
do
50
-if test -r "$FLINT_HOME/include/fmpz.h"; then
+if test -r "$FLINT_HOME/include/flint/fmpz.h"; then
51
52
if test "x$FLINT_HOME" != "x/usr"; then
53
- FLINT_CFLAGS="-I${FLINT_HOME}/include"
+ FLINT_CFLAGS="-I${FLINT_HOME}/include/flint"
54
FLINT_LIBS="-L${FLINT_HOME}/lib -lflint -lmpfr -lmpir"
55
else
56
FLINT_CFLAGS=
0 commit comments