From 7acce40a2cf0e6a79151561b69986e9b390eab46 Mon Sep 17 00:00:00 2001 From: Kevin Coffman Date: Thu, 19 Apr 2007 17:39:27 -0400 Subject: [PATCH 1/1] Update libgssapi requirements Update the required version of libgssapi from 0.9 to 0.11. (Working with Heimdal requires 0.11. Symbol versioning was introduced in 0.10 and should be used everywhere, although not absolutely required.) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65a2d02..f439979 100644 --- a/configure.ac +++ b/configure.ac @@ -197,7 +197,7 @@ if test "$enable_nfsv4" = yes; then [AC_MSG_ERROR([Unable to locate information required to use librpcsecgss. If you have pkgconfig installed, you might try setting environment variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig]) ] ) - PKG_CHECK_MODULES(GSSAPI, libgssapi >= 0.9) + PKG_CHECK_MODULES(GSSAPI, libgssapi >= 0.11) fi fi -- 2.39.2