/[rdesktop]/sourceforge.net/trunk/rdesktop/configure.ac
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 883 by stargo, Sat Apr 2 18:15:40 2005 UTC revision 884 by stargo, Wed Apr 13 20:08:06 2005 UTC
# Line 630  AC_CHECK_FUNCS(setmntent) Line 630  AC_CHECK_FUNCS(setmntent)
630  #  #
631  AC_ARG_WITH(ipv6,  AC_ARG_WITH(ipv6,
632      [  --with-ipv6             enable IPv6-support],      [  --with-ipv6             enable IPv6-support],
633      [ AC_DEFINE(IPv6) ])      [
634            if test $withval != "no";
635            then
636                AC_DEFINE(IPv6,1)
637            fi
638        ])
639    
640    
641  #  #
# Line 638  AC_ARG_WITH(ipv6, Line 643  AC_ARG_WITH(ipv6,
643  #  #
644  AC_ARG_WITH(debug,  AC_ARG_WITH(debug,
645      [  --with-debug            enable protocol debugging output],      [  --with-debug            enable protocol debugging output],
646      [ AC_DEFINE(WITH_DEBUG) ])      [
647            if test $withval != "no";
648            then
649                AC_DEFINE(WITH_DEBUG,1)
650            fi
651        ])
652    
653  AC_ARG_WITH(debug-kbd,  AC_ARG_WITH(debug-kbd,
654      [  --with-debug-kbd        enable debugging of keyboard handling],      [  --with-debug-kbd        enable debugging of keyboard handling],
655      [ AC_DEFINE(WITH_DEBUG_KBD) ])      [
656            if test $withval != "no";
657            then
658                AC_DEFINE(WITH_DEBUG_KBD,1)
659            fi
660        ])
661    
662  AC_ARG_WITH(debug-rdp5,  AC_ARG_WITH(debug-rdp5,
663      [  --with-debug-rdp5       enable debugging of RDP5 code],      [  --with-debug-rdp5       enable debugging of RDP5 code],
664      [ AC_DEFINE(WITH_DEBUG_RDP5) ])      [
665            if test $withval != "no";
666            then
667                AC_DEFINE(WITH_DEBUG_RDP5,1)
668            fi
669        ])
670    
671  AC_ARG_WITH(debug-clipboard,  AC_ARG_WITH(debug-clipboard,
672      [  --with-debug-clipboard  enable debugging of clipboard code],      [  --with-debug-clipboard  enable debugging of clipboard code],
673      [ AC_DEFINE(WITH_DEBUG_CLIPBOARD) ])      [
674            if test $withval != "no";
675            then
676                AC_DEFINE(WITH_DEBUG_CLIPBOARD,1)
677            fi
678        ])
679    
680    
681  #  #

Legend:
Removed from v.883  
changed lines
  Added in v.884

  ViewVC Help
Powered by ViewVC 1.1.26