diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-02-20 23:24:27 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-02-20 23:24:27 +0000 |
commit | b114eafe802de9189f627e41d9b6a5294dc84311 (patch) | |
tree | 7d13f4b4b4c45bb5df2b7647e4e42e3c365a598f | |
parent | d675a50f53354a7586d199144cb3ec6fb6b477b0 (diff) | |
download | guile-b114eafe802de9189f627e41d9b6a5294dc84311.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | libguile/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-02-21 Kevin Ryde <user42@zip.com.au> + + * 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 <user42@zip.com.au> * 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 <user42@zip.com.au> + + * posix.c (scm_crypt): Use new HAVE_CRYPT. + (<crypt.h>): Remove HAVE_LIBCRYPT condition. + 2004-02-20 Neil Jerram <neil@ossau.uklinux.net> * list.c (scm_list_n): Add #if SCM_DEBUG_CELL_ACCESSES_P around |