CVS: rdesktop configure.ac,1.14,1.15
Michael Gernoth <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27579
Modified Files:
configure.ac
Log Message:
fix for --with-{ipv6,debug{,-kbd,-rdp5,-clipboard}}=no
Patch from Richard Brown <[email protected]>
Index: configure.ac
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/configure.ac,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** configure.ac 2 Apr 2005 18:15:40 -0000 1.14
--- configure.ac 13 Apr 2005 20:08:06 -0000 1.15
***************
*** 631,635 ****
AC_ARG_WITH(ipv6,
[ --with-ipv6 enable IPv6-support],
! [ AC_DEFINE(IPv6) ])
--- 631,640 ----
AC_ARG_WITH(ipv6,
[ --with-ipv6 enable IPv6-support],
! [
! if test $withval != "no";
! then
! AC_DEFINE(IPv6,1)
! fi
! ])
***************
*** 639,655 ****
AC_ARG_WITH(debug,
[ --with-debug enable protocol debugging output],
! [ AC_DEFINE(WITH_DEBUG) ])
AC_ARG_WITH(debug-kbd,
[ --with-debug-kbd enable debugging of keyboard handling],
! [ AC_DEFINE(WITH_DEBUG_KBD) ])
AC_ARG_WITH(debug-rdp5,
[ --with-debug-rdp5 enable debugging of RDP5 code],
! [ AC_DEFINE(WITH_DEBUG_RDP5) ])
AC_ARG_WITH(debug-clipboard,
[ --with-debug-clipboard enable debugging of clipboard code],
! [ AC_DEFINE(WITH_DEBUG_CLIPBOARD) ])
--- 644,680 ----
AC_ARG_WITH(debug,
[ --with-debug enable protocol debugging output],
! [
! if test $withval != "no";
! then
! AC_DEFINE(WITH_DEBUG,1)
! fi
! ])
AC_ARG_WITH(debug-kbd,
[ --with-debug-kbd enable debugging of keyboard handling],
! [
! if test $withval != "no";
! then
! AC_DEFINE(WITH_DEBUG_KBD,1)
! fi
! ])
AC_ARG_WITH(debug-rdp5,
[ --with-debug-rdp5 enable debugging of RDP5 code],
! [
! if test $withval != "no";
! then
! AC_DEFINE(WITH_DEBUG_RDP5,1)
! fi
! ])
AC_ARG_WITH(debug-clipboard,
[ --with-debug-clipboard enable debugging of clipboard code],
! [
! if test $withval != "no";
! then
! AC_DEFINE(WITH_DEBUG_CLIPBOARD,1)
! fi
! ])
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click