Changeset bbbc30 in git for configure.ac


Ignore:
Timestamp:
Sep 18, 2020, 11:52:15 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
717f10124b6bc90ad61442415be592621f42242c
Parents:
6f68e2baeb196eadcc0a546de4ad10c552f40b15
Message:
fix: check for mpfr.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r6f68e2b rbbbc30  
    126126LB_CHECK_NTL(5.0,,AC_MSG_WARN([Unable to find NTL (which is strongly recommended) on your machine: please use --with-ntl=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
    127127LB_CHECK_FLINT(2.3,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
     128
     129AC_CHECK_HEADERS(mpfr.h)
    128130
    129131AC_CHECK_LIB(mpfr,mpfr_add)
Note: See TracChangeset for help on using the changeset viewer.