Raymond Toy writes:
From various google searches, OSX deprecated openssl in favor of
its own crypto library. Thus, I'm not going to do anything about
it. But maybe configure should detect that and disable tls (with a
warning?) on OSX > 10.7?
What is the name of that library? I'm mostly on Mac OS X these days
so maybe I can work on supporting it. (Only if you remember offhand,
otherwise I'll bruteforce google and Apple docs myself.)
I took the lazy way out and installed gnutls from macports. This
works, but I have to tell configure about gnutls using
--with-site-includes=/opt/local/include
--with-site-libs=/opt/local/lib LIBS=-lgnutls
LIBS was needed because early in configure, a test build fails without
linking -lgnutls, and this was my quick hack to make it work.
If you have the configure log I'm sure Jerry would appreciate that.
(I might take a look at it myself but I'm currently development-
challenged, on the road with a new notebook that doesn't even have
XEmacs sources installed yet.)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta