diff options
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 |