Home
last modified time | relevance | path

Searched refs:gmp_ok (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A Dconfigure.ac3431 AC_CHECK_LIB(gmp, mpf_abs, gmp_ok=yes, gmp_ok=no)
3432 if test "$gmp_ok" = no; then
3433 AC_CHECK_LIB(gmp, __gmpf_abs, gmp_ok=yes, gmp_ok=no)
3435 if test "$gmp_ok" = yes; then
H A Dconfigure13063 if test "$gmp_ok" = no; then
13107 if test "$gmp_ok" = yes; then