You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
234 B
13 lines
234 B
15 years ago
|
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
|