>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 


_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to