Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186389
Collapse All | Expand All

(-)nfs-utils-1.1.0/aclocal/kerberos5.m4 (-4 / +4 lines)
Lines 54-64 AC_DEFUN([AC_KERBEROS_V5],[ Link Here
54
         break
54
         break
55
      dnl The following ugly hack brought on by the split installation
55
      dnl The following ugly hack brought on by the split installation
56
      dnl of Heimdal Kerberos on SuSe
56
      dnl of Heimdal Kerberos on SuSe
57
      elif test \( -f $dir/include/heim_err.h -o\
57
      elif test \( -f /usr/include/heimdal/heim_err.h -o\
58
      		 -f $dir/include/heimdal/heim_err.h \) -a \
58
      		 -f /usr/include/heimdal/heim_err.h \) -a \
59
                -f $dir/lib/libroken.a; then
59
                -f /usr/lib/libroken.a; then
60
         AC_DEFINE(HAVE_HEIMDAL, 1, [Define this if you have Heimdal Kerberos libraries])
60
         AC_DEFINE(HAVE_HEIMDAL, 1, [Define this if you have Heimdal Kerberos libraries])
61
         KRBDIR="$dir"
61
         KRBDIR="/usr/lib"
62
         gssapi_lib=gssapi
62
         gssapi_lib=gssapi
63
        break
63
        break
64
      fi
64
      fi

Return to bug 186389