bug-cvs
[Top][All Lists]
Advanced

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

(no subject)


From: Daniel Quinlan
Subject: (no subject)
Date: Sat, 23 Jun 2001 09:31:29 -0600 (MDT)

>Submitter-Id:   net
>Originator:     Daniel Quinlan
>Organization:
net
>Confidential:  no
>Synopsis:      configure script doesn't work on Solaris 2.7 w/o kerberos
>Severity:      serious
>Priority:      medium
>Category:      cvs
>Class:         sw-bug
>Release:       1.11.1p1
>Environment:
        
System: SunOS castle 5.7 Generic_106541-16 sun4u sparc SUNW,Ultra-5_10
Architecture: sun4

>Description:
        After running configure, make fails due to the improper setting
        of the HAVE_GSSAPI line in config.h and evidently various Makefiles.


>How-To-Repeat:
        configure
        make

>Fix:
        I fixed by hardwiring the configure script, but I didn't figure out how 
to
        fix the test.  With this change, cvs compiled and appears to work.


        ***************
        *** 4152,4158 ****
          #
          # Get the rest of the information CVS needs to compile with GSSAPI 
support
          #
        ! if test x$acx_gssapi_cv_gssapi != xno; then
            # define HAVE_GSSAPI and set up the includes
            cat >> confdefs.h <<\EOF
          #define HAVE_GSSAPI 
        --- 4152,4159 ----
          #
          # Get the rest of the information CVS needs to compile with GSSAPI 
support
          #
        ! # if test x$acx_gssapi_cv_gssapi != xno; then
        ! if false ; then
            # define HAVE_GSSAPI and set up the includes
            cat >> confdefs.h <<\EOF
          #define HAVE_GSSAPI 




reply via email to

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