--- sourceforge.net/trunk/rdesktop/configure.ac 2006/03/27 08:09:55 1198 +++ sourceforge.net/trunk/rdesktop/configure.ac 2006/03/27 08:17:34 1199 @@ -684,6 +684,15 @@ fi ]) +AC_ARG_WITH(debug-channel, + [ --with-debug-channel enable debugging of virtual channel code], + [ + if test $withval != "no"; + then + AC_DEFINE(WITH_DEBUG_CHANNEL,1) + fi + ]) + # # target-specific stuff