From: Kevin Coffman Date: Thu, 19 Apr 2007 21:39:27 +0000 (-0400) Subject: Update libgssapi requirements X-Git-Tag: nfs-utils-1-1-0-rc2~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7acce40a2cf0e6a79151561b69986e9b390eab46;hp=5995fb8081f92acf39e5126e09d7db8fe6a02364;ds=sidebyside 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.) --- 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