]> git.pld-linux.org Git - packages/libtirpc.git/commitdiff
- s/libgssapi/libgssglue/
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Sep 2007 18:26:09 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtirpc-gssapi.patch -> 1.2

libtirpc-gssapi.patch

index 2352d421a41acd27cad1687073d219cd090ae0b4..a1253e64a94900327fe329d781ed2d373b359597 100644 (file)
@@ -18,7 +18,7 @@
        esac],[gss=false])
  AM_CONDITIONAL(GSS, test x$gss = xtrue)
 +if test x$gss = xtrue; then
-+      PKG_CHECK_MODULES(GSSAPI, libgssapi >= 0.10, [],
++      PKG_CHECK_MODULES(GSSAPI, libgssglue >= 0.1, [],
 +      AC_MSG_ERROR([Unable to locate information required to use libgssapi.]))
 +fi
  
This page took 0.146962 seconds and 4 git commands to generate.