Changeset 6ed33f in git
- Timestamp:
- May 29, 2020, 3:09:46 AM (3 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 1e4e3f39315be2ea18add95393bd1a5628ab06cf
- Parents:
- 0d9fc0cf670c06a6a5fa2528276fe4efc95a2820
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/flint-check.m4
r0d9fc0 r6ed33f 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.