Changeset 7c00d6 in git for m4/flint-check.m4


Ignore:
Timestamp:
Oct 18, 2012, 1:50:00 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2d9fc3c572b958577b01f8be953e8e6b9ac7676c
Parents:
8fa570bc2512a954200ce7945519522f1072e7e2
git-author:
Martin Lee <martinlee84@web.de>2012-10-18 13:50:00+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-10-25 15:13:41+02:00
Message:
chg: adapted flint check macro due to changes in FLINT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flint-check.m4

    r8fa570 r7c00d6  
    4848for FLINT_HOME in ${FLINT_HOME_PATH}
    4949 do     
    50 if test -r "$FLINT_HOME/include/fmpz.h"; then
     50if test -r "$FLINT_HOME/include/flint/fmpz.h"; then
    5151
    5252        if test "x$FLINT_HOME" != "x/usr"; then
    53                 FLINT_CFLAGS="-I${FLINT_HOME}/include"
     53                FLINT_CFLAGS="-I${FLINT_HOME}/include/flint"
    5454                FLINT_LIBS="-L${FLINT_HOME}/lib -lflint -lmpfr -lmpir"
    5555        else
Note: See TracChangeset for help on using the changeset viewer.