bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mac OS X 10.1.5 CVS undefined symbols


From: Brian Murphy
Subject: Re: Mac OS X 10.1.5 CVS undefined symbols
Date: Fri, 25 Jul 2003 22:16:24 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529

Derek Robert Price wrote:

Darrik Spaude wrote:

Thank you very much. It compiled and installed. I am totally new to CVS
(although I've known about it for many years) and am not familiar with how
the configure file works nor am I familiar with how the makefiles really
work. However I can provide the output from the ./configure that ended up failing and maybe someone can take a look at it (or just put a note in the
INSTALL about using --without-gssapi for Mac OS X 10.1.x


I've known about this for awhile, but I noted the issue in INSTALL per your request.

(not sure about
10.2.x or the upcoming 10.3.x)). I would also be available to test a new
configure file.

I'm not likely to find the time to fix this anytime soon as the workaround is easy enough, but I will consider patches.

Derek

What's wrong with this? I can't really see why it has to compile kerberos in just because you have
the libraries and include files any more than it does so for PAM.

/Brian
Index: m4/acx_with_gssapi.m4
===================================================================
RCS file: /cvs/ccvs/m4/acx_with_gssapi.m4,v
retrieving revision 1.1
diff -u -r1.1 acx_with_gssapi.m4
--- m4/acx_with_gssapi.m4       19 May 2003 19:43:15 -0000      1.1
+++ m4/acx_with_gssapi.m4       25 Jul 2003 20:14:33 -0000
@@ -35,7 +35,7 @@
   AC_HELP_STRING(
     [--with-gssapi],
     [GSSAPI directory (default autoselects)]), ,
-  [with_gssapi=yes])dnl
+  [with_gssapi=no])dnl
 
 dnl
 dnl FIXME - cache withval and obliterate later cache values when options change

reply via email to

[Prev in Thread] Current Thread [Next in Thread]