components/coolkey/patches/18-configure.in.patch
changeset 6997 a189d9fb566c
equal deleted inserted replaced
6996:97ccfb23663a 6997:a189d9fb566c
       
     1 Upstream fixes already included in the latest community updates to coolkey v1.1.0
       
     2 
       
     3 Fixes a syntax error when running configure script.
       
     4 
       
     5 --- a/configure.in	(revision 53)
       
     6 +++ b/configure.in	(revision 81)
       
     7 @@ -124,9 +124,9 @@
       
     8  if test $WINDOWS -ne 1; then
       
     9    PKG_CHECK_MODULES(NSS, nss, true, [ AC_MSG_ERROR(could not find NSS Crypto libraries) ])
       
    10  fi
       
    11 -  enable_pk11install = "yes"
       
    12 +  enable_pk11install="yes"
       
    13  else
       
    14 -  enable_pk11install = "no"
       
    15 +  enable_pk11install="no"
       
    16    AC_MSG_WARN([skipping pk11install])
       
    17  fi
       
    18