Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2005-12-01 22:34:09 +0300
committerJonathan Pryor <jpryor@novell.com>2005-12-01 22:34:09 +0300
commit05207de43ff80e39a88a5abe765b52725dd0089b (patch)
treeb231ea4d132a6e4c02ee8d2669a76ff7ff93f7d4 /ChangeLog
parentde030a11c5f9e20cb5bae4e22351c3ee87a0faf2 (diff)
* configure.in: Check for setkey(3) in -lcrypt and define CRYPT_LIBS
accordingly. * support/Makefile.am: Use $(CRYPT_LIB), not -lcrypt, as not all platforms support -lcrypt. * support/stdlib.c: Wrap Mono_Posix_Syscall_setkey() within HAVE_SETKEY, not PLATFORM_WIN32 svn path=/trunk/mono/; revision=53787
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e8549e3fe1..3241a940b5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-01 Jonathan Pryor <jonpryor@vt.edu>
+
+ * configure.in: Check for setkey(3) in -lcrypt and define CRYPT_LIBS
+ accordingly.
+
2005-12-01 Mike Kestner <mkestner@novell.com>
* scripts/mono-find-provides.in: support policy assemblies.