Changeset 3c6f0f in git
- Timestamp:
- Nov 16, 2022, 5:47:47 PM (13 months ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 1a5a93ed79210ad5480875ea142e205ad6283da45cf36cb1c99d617d81e98b1b6986dc9b03b3883f9ef21805d44c0e0ea9966d93098e606c838b7bae
- Parents:
- 6a1cdff5edb80f26943821d2616ea6cd684a0a5a
- Location:
- m4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/flint-check.m4
r6a1cdff r3c6f0f 56 56 [AC_LANG_PROGRAM([[#include <flint/fmpz.h>]], 57 57 [[fmpz_t x; fmpz_init(x);]])], 58 [flint_found="yes" ],59 [break])58 [flint_found="yes" 59 break],) 60 60 done 61 61 -
m4/gmp-check.m4
r6a1cdff r3c6f0f 35 35 [AC_LANG_PROGRAM([[#include <gmp.h>]], 36 36 [[mpz_t a; mpz_init (a);]])], 37 [gmp_found=yes], 38 [break]) 37 [gmp_found=yes 38 break], 39 ) 39 40 done 40 41 if test "$gmp_found" != yes; then
Note: See TracChangeset
for help on using the changeset viewer.