summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Coffman <kwc@citi.umich.edu>2006-10-13 15:35:32 -0400
committerNeil Brown <neilb@suse.de>2006-10-17 09:46:38 +1000
commitbb39384a6cfdd1a0e3c2d3cad2ebfd0c6e5c5fef (patch)
tree629ecc4e1d58c8c77a92a002917cd724cd3b637c /configure.in
parent257c0b18c81671335ae7b6864ed94845b4a917ec (diff)
downloadnfs-utils-bb39384a6cfdd1a0e3c2d3cad2ebfd0c6e5c5fef.tar.gz
nfs-utils-bb39384a6cfdd1a0e3c2d3cad2ebfd0c6e5c5fef.tar.xz
nfs-utils-bb39384a6cfdd1a0e3c2d3cad2ebfd0c6e5c5fef.zip
Restore extra help for PKG_CONFIG error
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> Fix the error message printed when pkg-config is unable to locate information for librpcsecgss so the message is actually printed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index ef9a4fa..a70b708 100644
--- a/configure.in
+++ b/configure.in
@@ -159,9 +159,7 @@ if test "$enable_nfsv4" = yes; then
dnl but we need to make sure we get the right version
if test "$enable_gss" = yes; then
PKG_CHECK_MODULES(RPCSECGSS, librpcsecgss >= 0.10, ,
- [AC_MSG_ERROR([Unable to locate information required to use librpcsecgss.])
- AC_MSG_ERROR([If you have pkgconfig installed, you might try setting environment])
- AC_MSG_ERROR([variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig])
+ [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)