Home
last modified time | relevance | path

Searched refs:KRB5CONF (Results 1 – 2 of 2) sorted by relevance

/trueos/crypto/openssh/
HDconfigure16584 case $KRB5CONF in
16586 ac_cv_path_KRB5CONF="$KRB5CONF" # Let the user override the test with a path.
16609 KRB5CONF=$ac_cv_path_KRB5CONF
16610 if test -n "$KRB5CONF"; then
16611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KRB5CONF" >&5
16612 $as_echo "$KRB5CONF" >&6; }
16619 if test -x $KRB5CONF ; then
16620 K5CFLAGS="`$KRB5CONF --cflags`"
16621 K5LIBS="`$KRB5CONF --libs`"
16626 if $KRB5CONF | grep gssapi >/dev/null ; then
[all …]
HDconfigure.ac3936 AC_PATH_PROG([KRB5CONF], [krb5-config],
3939 if test -x $KRB5CONF ; then
3940 K5CFLAGS="`$KRB5CONF --cflags`"
3941 K5LIBS="`$KRB5CONF --libs`"
3945 if $KRB5CONF | grep gssapi >/dev/null ; then
3950 GSSCFLAGS="`$KRB5CONF --cflags gssapi`"
3951 GSSLIBS="`$KRB5CONF --libs gssapi`"