add switch to enable IPv6-support

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@801 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2004-12-13 12:41:20 +00:00
parent 881f0fe93e
commit cc8e54ab10

View File

@ -247,6 +247,15 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
UTILS_FUNC_DIRFD
#
# IPv6
#
AC_ARG_WITH(ipv6,
[ --with-ipv6 enable IPv6-support],
[ AC_DEFINE(IPv6) ])
#
# debugging
#