diff --git a/ChangeLog b/ChangeLog index 1335aac1a..ab3f92c91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-21 Kevin Ryde + + * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of + HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by + Andreas Voegele. + 2004-02-18 Kevin Ryde * configure.in (AC_CHECK_HEADERS): Add crt_externs.h. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 68fbd2aa3..33808287c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-02-21 Kevin Ryde + + * posix.c (scm_crypt): Use new HAVE_CRYPT. + (): Remove HAVE_LIBCRYPT condition. + 2004-02-20 Neil Jerram * list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES_P around