blob: cb7005a8d5f418f29aca73331afada7ec084aa64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if test "x$kcalc_gmp_found" = "xno"; then
cat << EOF
KCalc will not be compiled as you are missing the GMP library.
Please install the libgmp packages
or get GMP from http://www.swox.com/gmp/
then run configure again
EOF
fi
|