Changeset 1e4e3f in git
- Timestamp:
- May 29, 2020, 9:57:31 AM (3 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ae2e290177fd5de77a3afac81e53b9da8977da9a
- Parents:
- 0d9fc0cf670c06a6a5fa2528276fe4efc95a28206ed33f7cfb1c9c75df49da3de43fcd67b7b7b664
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-05-29 09:57:31+02:00
- git-committer:
- GitHub <noreply@github.com>2020-05-29 09:57:31+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/flint-check.m4
r0d9fc0 r1e4e3f 45 45 # we suppose that mpfr and mpir to be in the same place or available by default 46 46 CFLAGS="${BACKUP_CFLAGS} ${GMP_CPPFLAGS}" 47 LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUP LIBS}"47 LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUP_LIBS}" 48 48 49 49 AC_CHECK_HEADER([flint/fmpz.h], … … 67 67 # we suppose that mpfr and mpir to be in the same place or available by default 68 68 CFLAGS="${BACKUP_CFLAGS} ${FLINT_CFLAGS} ${GMP_CPPFLAGS}" 69 LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUP LIBS}"69 LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUP_LIBS}" 70 70 71 71 AC_CHECK_LIB(flint,fmpz_init,
Note: See TracChangeset
for help on using the changeset viewer.