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 /configure.in | |
parent | cf3448d59c6e5acc76ed30d1021676ec2be8ea7d (diff) | |
download | gnutls-144f107143ceff80a2eb642c40eab39485516c87.tar.gz |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 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 |