* configure.in (HAVE_CRYPT): check for cexp, clog, carg

* numbers.c (carg): provide carg, cexp, clog in case they are
missing.
This commit is contained in:
Han-Wen Nienhuys 2007-04-09 14:47:41 +00:00
commit 1d8ce4c04d
4 changed files with 41 additions and 1 deletions

View file

@ -675,6 +675,8 @@ AC_SEARCH_LIBS(crypt, crypt,
# for the principal root.
#
if test "$ac_cv_type_complex_double" = yes; then
AC_CHECK_FUNCS(cexp clog carg)
AC_CACHE_CHECK([whether csqrt is usable],
guile_cv_use_csqrt,
[AC_TRY_RUN([
@ -1232,7 +1234,7 @@ if test "$cross_compiling" = "yes"; then
AC_MSG_CHECKING(guile for build)
GUILE_FOR_BUILD="${GUILE_FOR_BUILD-guile}"
else
GUILE_FOR_BUILD='$(preinstguile)'
GUILE_FOR_BUILD='$(top_builddir_absolute)/$(preinstguile)'
fi
## AC_MSG_CHECKING("if we are cross compiling")