diff configure @ 7965:af50b41f0af8

Alex's 10l - fixed liblzo linking patch by Roberto Togni <r_togni@libero.it>
author arpi
date Tue, 29 Oct 2002 22:01:09 +0000
parents 9b8dd240314d
children 9e79e1c1b2a4
line wrap: on
line diff
--- a/configure	Tue Oct 29 20:27:47 2002 +0000
+++ b/configure	Tue Oct 29 22:01:09 2002 +0000
@@ -3442,7 +3442,7 @@
 fi
 if test "$_liblzo" = yes ; then
   _def_liblzo='#define USE_LIBLZO 1'
-  _ld_liblzo='-lliblzo'
+  _ld_liblzo='-llzo'
   _codecmodules="liblzo $_codecmodules"
 else
   _def_liblzo='#undef USE_LIBLZO'