-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 08 January 2003 13:12, Jon Keating wrote: > On Wednesday 08 January 2003 04:51 am, Norberto Bensa wrote: > > New in 1.2.3 > > o SOCKS5 enabled Licq compilation fixed. >
here is the patch. i was able to compile it against dante-1.1.13 and socks5-v1.0r11. The main problem was a missing comma. - -- Buenos Aires, Argentina -----BEGIN PGP SIGNATURE----- iD8DBQE+HMXnUMlRieHkprgRAr8VAKDVActG1AneQONhkiWfOJA90yX97wCePdzG Ulsi1C7hA2goYJpK0gqi+T4= =0hdx -----END PGP SIGNATURE-----
Index: acinclude.m4.in =================================================================== RCS file: /cvsroot/licq/licq/acinclude.m4.in,v retrieving revision 1.19 diff -u -d -p -r1.19 acinclude.m4.in --- acinclude.m4.in 2 Jan 2003 21:08:04 -0000 1.19 +++ acinclude.m4.in 9 Jan 2003 00:38:32 -0000 @@ -53,7 +53,6 @@ AC_DEFUN(AC_CHECK_SOCKS5, fi if test -n "$SOCKS_LIBS"; then - SOCKS_LIBS="-lsocks5" if test "$socks_libdir" != "no"; then SOCKS_LIBDIR="-L$socks_libdir" fi @@ -90,7 +89,7 @@ AC_DEFUN(AC_CHECK_SOCKS5, AC_DEFINE(SOCKS5_OPTLEN, int, [getsockopt optlen parameter type]) else if test $licq_socks_optlen = "socklen_t"; then - AC_DEFINE(SOCKS5_OPTLEN,socklen_t [getsockopt optlen parameter type]) + AC_DEFINE(SOCKS5_OPTLEN,socklen_t, [getsockopt optlen parameter type]) fi fi fi