krb5 commit [krb5-1.12]: Test for verto_set_flags in system libverto
Tom Yu
tlyu at MIT.EDU
Wed Jan 8 22:30:34 EST 2014
https://github.com/krb5/krb5/commit/d08778489c7510e5e6bc27306ab68706fcaf222f
commit d08778489c7510e5e6bc27306ab68706fcaf222f
Author: Greg Hudson <ghudson at mit.edu>
Date: Thu Dec 19 23:47:22 2013 -0500
Test for verto_set_flags in system libverto
libkrad relies on verto_set_flags, which was added to libverto in
release 0.2.4. Make sure the system libverto has this function before
choosing it over the built-in version.
(cherry picked from commit a47d639770f32418c6e3fa8a0503019c9b376d2a)
ticket: 7808
version_fixed: 1.12.1
status: resolved
src/configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/configure.in b/src/configure.in
index e8ae438..c40b1dd 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1264,7 +1264,7 @@ if test "x$with_system_verto" != xno; then
VERTO_LIBS=`pkg-config --libs libverto`
VERTO_VERSION=sys
else
- AC_CHECK_LIB([verto], [verto_run], [VERTO_VERSION=sys],
+ AC_CHECK_LIB([verto], [verto_set_flags], [VERTO_VERSION=sys],
[if test "x$with_system_verto" = xyes; then
AC_MSG_ERROR([cannot detect system libverto])
fi])
More information about the cvs-krb5
mailing list