Changeset 6ed33f in git


Ignore:
Timestamp:
May 29, 2020, 3:09:46 AM (4 years ago)
Author:
Mahrud Sayrafi <mahrud@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1e4e3f39315be2ea18add95393bd1a5628ab06cf
Parents:
0d9fc0cf670c06a6a5fa2528276fe4efc95a2820
Message:
fix typo in flint-check.m4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flint-check.m4

    r0d9fc0 r6ed33f  
    4545        # we suppose that mpfr and mpir to be in the same place or available by default
    4646        CFLAGS="${BACKUP_CFLAGS} ${GMP_CPPFLAGS}"
    47         LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUPLIBS}"
     47        LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUP_LIBS}"
    4848
    4949        AC_CHECK_HEADER([flint/fmpz.h],
     
    6767        # we suppose that mpfr and mpir to be in the same place or available by default
    6868                CFLAGS="${BACKUP_CFLAGS} ${FLINT_CFLAGS} ${GMP_CPPFLAGS}"
    69                 LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUPLIBS}"
     69                LIBS="${FLINT_LIBS} ${GMP_LIBS} ${BACKUP_LIBS}"
    7070
    7171                AC_CHECK_LIB(flint,fmpz_init,
Note: See TracChangeset for help on using the changeset viewer.