[PATCH] Update libgssapi requirements
Kevin Coffman
kwc at citi.umich.edu
Thu Apr 19 17:39:27 EDT 2007
From: Kevin Coffman <kwc at citi.umich.edu>
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 files changed, 1 insertions(+), 1 deletions(-)
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
More information about the NFSv4
mailing list