Re: [Tigervnc-devel] GNU TLS

2010-05-03 Thread Adam Tkac
On Wed, Apr 28, 2010 at 06:25:51PM -0500, DRC wrote: Additional fuel for this discussion-- the Windows build now fails as well unless you specify configure --disable-gnutls. Thanks for report. Should be fixed in r4051. On 4/28/10 2:53 PM, DRC wrote: There are a couple of problems with this,

Re: [Tigervnc-devel] GNU TLS

2010-04-29 Thread Pierre Ossman
On Wed, 28 Apr 2010 14:53:10 -0500 DRC dcomman...@users.sourceforge.net wrote: I believe that the behavior should be as follows: -- A mechanism other than PKG_CHECK_MODULES should be used to detect the presence of GNU TLS (AC_CHECK_LIB or AC_CHECK_HEADER, probably.) NAK. pkg-config is a

Re: [Tigervnc-devel] GNU TLS

2010-04-29 Thread Alan Coopersmith
Pierre Ossman wrote: -- A local version of PKG_CHECK_MODULES should be included in our build for use on systems that do not provide it. Sure, if it can be done cleanly. It would only be needed for developers building from raw svn checkout on machines they haven't installed pkg-config on.

Re: [Tigervnc-devel] GNU TLS

2010-04-29 Thread DRC
OK, well, if PKG_CHECK_MODULES is going to be used, then I strongly believe that we should: (a) not enable GNU TLS support by default. Otherwise, whenever someone tries to build on Windows or Mac or any other platform that doesn't have GNU TLS, the build will fail. (b) include the

Re: [Tigervnc-devel] GNU TLS

2010-04-29 Thread Pierre Ossman
On Thu, 29 Apr 2010 02:33:24 -0500 DRC dcomman...@users.sourceforge.net wrote: OK, well, if PKG_CHECK_MODULES is going to be used, then I strongly believe that we should: (a) not enable GNU TLS support by default. Otherwise, whenever someone tries to build on Windows or Mac or any other