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)