Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a3b8c9f766b9f4ff4d0ced3159d7ba1d > files > 16

libtirpc-0.1.7-4mdv2008.0.src.rpm

--- configure.in	2007-09-06 11:15:56.000000000 +0200
+++ configure.in.oden	2007-09-06 11:09:24.000000000 +0200
@@ -5,14 +5,14 @@
 AC_CONFIG_SRCDIR([src/auth_des.c])
 
 AC_ARG_ENABLE(gss,[  --enable-gss            Turn on gss api], [case "${enableval}" in
-        yes) gss=true ; AC_CHECK_LIB([gssapi],[gss_init_sec_context]) ;;
+        yes) gss=true ; AC_CHECK_LIB([gssglue],[gss_init_sec_context]) ;;
         no)  gss=false ;;
         *) AC_MSG_ERROR(bad value ${enableval} for --enable-gss) ;;
       esac],[gss=false])
 AM_CONDITIONAL(GSS, test x$gss = xtrue)
 if test x$gss = xtrue; then
-	PKG_CHECK_MODULES(GSSAPI, libgssapi >= 0.10, [],
-	AC_MSG_ERROR([Unable to locate information required to use libgssapi.]))
+	PKG_CHECK_MODULES(GSSAPI, libgssglue >= 0.1, [],
+	AC_MSG_ERROR([Unable to locate information required to use libgssglue.]))
 fi