Changeset 3c6f0f in git


Ignore:
Timestamp:
Nov 16, 2022, 5:47:47 PM (13 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
1a5a93ed79210ad5480875ea142e205ad6283da45cf36cb1c99d617d81e98b1b6986dc9b03b3883f9ef21805d44c0e0ea9966d93098e606c838b7bae
Parents:
6a1cdff5edb80f26943821d2616ea6cd684a0a5a
Message:
fix: search gmp,flint at default locations
Location:
m4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • m4/flint-check.m4

    r6a1cdff r3c6f0f  
    5656                [AC_LANG_PROGRAM([[#include <flint/fmpz.h>]],
    5757                            [[fmpz_t x; fmpz_init(x);]])],
    58                         [flint_found="yes"],
    59                         [break])
     58                        [flint_found="yes"
     59                        break],)
    6060done
    6161
  • m4/gmp-check.m4

    r6a1cdff r3c6f0f  
    3535      [AC_LANG_PROGRAM([[#include <gmp.h>]],
    3636                [[mpz_t a; mpz_init (a);]])],
    37          [gmp_found=yes],
    38          [break])
     37         [gmp_found=yes
     38         break],
     39         )
    3940done
    4041if test "$gmp_found" != yes; then
Note: See TracChangeset for help on using the changeset viewer.