diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-05-14 18:55:58 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-05-14 18:55:58 +0000 |
commit | 144f107143ceff80a2eb642c40eab39485516c87 (patch) | |
tree | ab18f974c6e0c6e7e266355bf7dd3afbc13fd0b6 | |
parent | cf3448d59c6e5acc76ed30d1021676ec2be8ea7d (diff) | |
download | gnutls-144f107143ceff80a2eb642c40eab39485516c87.tar.gz |
*** empty log message ***
-rw-r--r-- | configure.in | 5 | ||||
-rw-r--r-- | doc/certtool.cfg | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b16de4633b..8be013ea1e 100644 --- a/configure.in +++ b/configure.in @@ -478,8 +478,9 @@ AC_CHECK_LIB( lzo, lzo1x_1_compress, minilzo_enabled=no, fi if test x"$minilzo_enabled" = xyes; then - - AC_DEFINE(USE_MINILZO, 1, [whether to use the included minilzo]) +AC_DEFINE(USE_MINILZO, 1, [whether to use the included minilzo]) +else +LZO_LINK=-llzo fi dnl use lzo diff --git a/doc/certtool.cfg b/doc/certtool.cfg index 8dc8c422e1..14879a14a4 100644 --- a/doc/certtool.cfg +++ b/doc/certtool.cfg @@ -20,6 +20,9 @@ country = GR # The common name of the certificate owner. cn = "Cindy Lauper" +# A user id of the certificate owner. +#uid = "clauper" + # This is deprecated and should not be used in new # certificates. # pkcs9_email = "none@none.org" |