From 96a77f096d77c06e42cf4adf43679279914836f1 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Thu, 24 Jul 2003 17:58:56 +0000 Subject: * ext/openssl/extconf.rb: add check for libsocket and libnsl. * ext/openssl/extconf.rb: use pkg-config to build CFLAGS and LDFLAGS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 690b0f948..eed0de936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 25 02:55:59 2003 GOTOU Yuuzou + + * ext/openssl/extconf.rb: add check for libsocket and libnsl. + + * ext/openssl/extconf.rb: use pkg-config to build CFLAGS and LDFLAGS. + Fri Jul 25 01:27:59 2003 why the lucky stiff * ext/syck/emitter.c (syck_emitter_flush): accepts count @@ -35,7 +41,7 @@ Thu Jul 24 15:50:42 2003 GOTOU Yuuzou * ext/openssl/extconf.rb: add check for win32 OpenSSL libraries. - * ext/openssl/extconf.rb: add check for __VA_AEGS__. + * ext/openssl/extconf.rb: add check for __VA_ARGS__. * ext/openssl/ossl.h: avoid non C99 compiler errors. -- cgit