]> git.decadent.org.uk Git - nfs-utils.git/commit - aclocal/rpcsec_vers.m4
nfs-utils: reverse order of librpcsecgss and libgssglue checks
authorChuck Lever <chuck.lever@oracle.com>
Wed, 15 Apr 2009 16:38:40 +0000 (12:38 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 15 Apr 2009 16:38:40 +0000 (12:38 -0400)
commitc51d826a201095fb3a7c68c3666e2b795a2b687d
treecfcc6adfa27fe70409c5f3f0270e35ed5aada0be
parentb09228c86d4049b11c6ddf9284a637a211993b44
nfs-utils: reverse order of librpcsecgss and libgssglue checks

The check that validates the version of librpcsecgss also needs to
have libgssglue installed.  Without libgssglue, ./configure complains
that it can't find rpcsecgss, even though it's installed.

It also turns out that the error message generated by pkg-config is
more complete than the one we have in aclocal/rpcsec_vers.m4, so just
let those PKG_CHECK_MODULES m4 macros use the default error message.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
aclocal/rpcsec_vers.m4