Changeset fccea5 in git for m4/flint-check.m4


Ignore:
Timestamp:
Oct 30, 2013, 12:08:22 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
50b5d9d1e510fabf94f08ada91911da866cf116f
Parents:
8d15e552bf5b6cdd44dcf564de91481907cea58e
git-author:
Martin Lee <martinlee84@web.de>2013-10-30 12:08:22+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-06 15:37:35+01:00
Message:
chg: Flint with gmp detection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flint-check.m4

    r8d15e5 rfccea5  
    5959       
    6060        # we suppose that mpfr and mpir to be in the same place or available by default
    61         FLINT_LIBS="$FLINT_LIBS -lflint -lmpfr -lmpir"
     61        FLINT_LIBS="$FLINT_LIBS -lflint -lmpfr"
    6262       
    63         CFLAGS="${BACKUP_CFLAGS} ${FLINT_CFLAGS}"
    64         LIBS="${BACKUP_LIBS} ${FLINT_LIBS}"
     63        CFLAGS="${BACKUP_CFLAGS} ${FLINT_CFLAGS} ${GMP_CFLAGS}"
     64        LIBS="${BACKUP_LIBS} ${FLINT_LIBS} ${GMP_LIBS}"
    6565
    6666        AC_TRY_LINK(
Note: See TracChangeset for help on using the changeset viewer.