mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
build-sys: mark block begin and ends
Done with Egyptian brackets, or K&R style as they are also known. Change-Id: Ifeaf3ca29be5d4846738ec937ce07728771c5f16 Reviewed-on: http://gerrit.openafs.org/10010 Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
ab57d699e5
commit
3bde02595b
18
configure.ac
18
configure.ac
@ -77,10 +77,14 @@ AS_IF([test x"$KRB5_LIBS" != x],
|
||||
[LIBS="-lkrb524 $LIBS"
|
||||
KRB5_LIBS="-lkrb524 $KRB5_LIBS"
|
||||
AC_CHECK_LIB([krb524], [krb5_524_conv_principal],
|
||||
[AC_DEFINE([HAVE_KRB5_524_CONV_PRINCIPAL], 1,
|
||||
[Define to 1 if you have the `krb5_524_conv_principal' function.])])
|
||||
AC_DEFINE([HAVE_KRB524_CONVERT_CREDS_KDC], 1,
|
||||
[Define to 1 if you have the `krb524_convert_creds_kdc' function.])])])])
|
||||
[AC_DEFINE([HAVE_KRB5_524_CONV_PRINCIPAL], [1],
|
||||
[Define to 1 if you have the `krb5_524_conv_principal' function.])
|
||||
])
|
||||
AC_DEFINE([HAVE_KRB524_CONVERT_CREDS_KDC], [1],
|
||||
[Define to 1 if you have the `krb524_convert_creds_kdc' function.])
|
||||
])
|
||||
])
|
||||
])
|
||||
AC_CHECK_HEADERS([kerberosIV/krb.h])
|
||||
AC_CHECK_HEADERS([kerberosV/heim_err.h])
|
||||
AC_CHECK_MEMBERS([krb5_creds.keyblock, krb5_creds.keyblock.enctype, krb5_creds.session,
|
||||
@ -91,8 +95,10 @@ dnl few other functions. But just aklog; not any of the other stuff that uses
|
||||
dnl krb5.
|
||||
AS_IF([test x"$ac_cv_member_krb5_creds_session" = xyes],
|
||||
[AC_CHECK_LIB([asn1], [encode_EncTicketPart],
|
||||
[AKLOG_KRB5_LIBS="-lasn1"])])
|
||||
RRA_LIB_KRB5_RESTORE])
|
||||
[AKLOG_KRB5_LIBS="-lasn1"])
|
||||
])
|
||||
RRA_LIB_KRB5_RESTORE
|
||||
])
|
||||
AC_SUBST([BUILD_KRB5])
|
||||
AC_SUBST([MAKE_KRB5])
|
||||
AC_SUBST([AKLOG_KRB5_LIBS])
|
||||
|
Loading…
x
Reference in New Issue
Block a user