/[rdesktop]/jpeg/rdesktop/trunk/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 /jpeg/rdesktop/trunk/configure.ac

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

revision 1335 by stargo, Wed Nov 15 09:15:36 2006 UTC revision 1410 by ossman_, Wed Jun 13 14:53:32 2007 UTC
# Line 812  AC_ARG_WITH(debug-clipboard, Line 812  AC_ARG_WITH(debug-clipboard,
812          fi          fi
813      ])      ])
814    
815    AC_ARG_WITH(debug-sound,
816        [  --with-debug-sound  enable debugging of sound code],
817        [
818            if test $withval != "no";
819            then
820                AC_DEFINE(WITH_DEBUG_SOUND,1)
821            fi
822        ])
823    
824  AC_ARG_WITH(debug-channel,  AC_ARG_WITH(debug-channel,
825      [  --with-debug-channel  enable debugging of virtual channel code],      [  --with-debug-channel  enable debugging of virtual channel code],
826      [      [
# Line 821  AC_ARG_WITH(debug-channel, Line 830  AC_ARG_WITH(debug-channel,
830          fi          fi
831      ])      ])
832    
833    AC_ARG_WITH(debug-seamless,
834        [  --with-debug-seamless  enable debugging of SeamlessRDP code],
835        [
836            if test $withval != "no";
837            then
838                AC_DEFINE(WITH_DEBUG_SEAMLESS,1)
839            fi
840        ])
841    
842  AC_ARG_WITH(debug-smartcard,  AC_ARG_WITH(debug-smartcard,
843      [  --with-debug-smartcard  enable debugging of smart-card code],      [  --with-debug-smartcard  enable debugging of smart-card code],

Legend:
Removed from v.1335  
changed lines
  Added in v.1410

  ViewVC Help
Powered by ViewVC 1.1.26