version 1.65, 2016/09/22 07:15:33 |
version 1.66, 2016/09/23 03:03:39 |
|
|
fi |
fi |
|
|
|
|
GMPLIB="-lmpc -lmpfr -lgmp" |
GMPLIB="-L ${libdir} -lmpc -lmpfr -lgmp" |
# Check whether --enable-static_gmp was given. |
# Check whether --enable-static_gmp was given. |
if test "${enable_static_gmp+set}" = set; then : |
if test "${enable_static_gmp+set}" = set; then : |
enableval=$enable_static_gmp; enable_static_gmp=yes |
enableval=$enable_static_gmp; enable_static_gmp=yes |
|
|
fi |
fi |
|
|
if test ${enable_static_gmp:=no} != no ; then |
if test ${enable_static_gmp:=no} != no ; then |
GMPLIB="libmpc.a libmpfr.a libgmp.a" |
GMPLIB='${libdir}/libmpc.a ${libdir}/libmpfr.a ${libdir}/libgmp.a' |
fi |
fi |
|
|
|
|