]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Test for verto_set_flags in system libverto
authorGreg Hudson <ghudson@mit.edu>
Fri, 20 Dec 2013 04:47:22 +0000 (23:47 -0500)
committerGreg Hudson <ghudson@mit.edu>
Sat, 21 Dec 2013 04:10:03 +0000 (23:10 -0500)
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.

ticket: 7808 (new)
target_version: 1.12.1
tags: pullup

src/configure.in

index 0dbfbb4dfcbbe44fc673e9255c6812ebf5d576c3..5e616b62d7538fb6372a5ea9b5d4efe229a874c8 100644 (file)
@@ -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])