updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 24 Jun 2001 13:53:53 +0000 (13:53 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 24 Jun 2001 13:53:53 +0000 (13:53 +0000)
CHANGES
configure.in.pre

diff --git a/CHANGES b/CHANGES
index b24c28ee9fdcac931f0d1a9a61534e976e957d35..879db1ceb7499a862c86cf777e6c0536cb4a6cfb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,9 @@ Sun Jun 24 12:19:52 EEST 2001  Pekka Riikonen <priikone@silcnet.org>
          silc_socket_write (that used to be silc_packet_[read/write].
          The implementation of these are platform specific.
 
+       * Added WIN32 specific routines of silc_socket_[read/write]
+         to lib/silcutil/win32/silcwin32sockconn.c.
+
 Sat Jun 23 16:01:00 EEST 2001  Pekka Riikonen <priikone@silcnet.org>
 
        * Added preliminary support for native WIN32 compilation under
index dff0c03c78c92a724bb9d46c4131bfd20456f5a0..83d3788b7ebe4a982ac06241fd3b8c62db0c0813 100644 (file)
@@ -541,7 +541,8 @@ AC_ARG_WITH(win32,
 [  --with-win32            Compile native WIN32 code (-mno-cygwin)],
 [ AC_DEFINE(SILC_WIN32)
   AM_CONDITIONAL(SILC_WIN32, test xtrue = xtrue)
-  CFLAGS="-mno-cygwin $CFLAGS" ])
+  CFLAGS="-mno-cygwin $CFLAGS" 
+  LIBS="-lwsock32 $LIBS" ])
 
 # Debug checking
 AC_MSG_CHECKING(for enabled debugging)