diff options
author | Kevin Coffman <kwc@citi.umich.edu> | 2007-04-19 17:39:27 -0400 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-04-20 14:39:01 +1000 |
commit | 7acce40a2cf0e6a79151561b69986e9b390eab46 (patch) | |
tree | 9ce34ba419f64a466c746a21e2510a099edb0953 | |
parent | 5995fb8081f92acf39e5126e09d7db8fe6a02364 (diff) | |
download | nfs-utils-7acce40a2cf0e6a79151561b69986e9b390eab46.tar.gz nfs-utils-7acce40a2cf0e6a79151561b69986e9b390eab46.tar.xz nfs-utils-7acce40a2cf0e6a79151561b69986e9b390eab46.zip |
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.)
-rw-r--r-- | 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 |