# HG changeset patch # User henry # Date 1125083308 0 # Node ID f1951428d8b7ca8dffd2d6c6bc117773a2df841c # Parent c8e32af14a6f964b75e47138796802fe58aa125a ENCA uses -lm diff -r c8e32af14a6f -r f1951428d8b7 configure --- a/configure Fri Aug 26 19:00:36 2005 +0000 +++ b/configure Fri Aug 26 19:08:28 2005 +0000 @@ -5160,7 +5160,7 @@ } EOF _enca=no - cc_check -lenca && _enca=yes + cc_check -lenca $_ld_lm && _enca=yes fi if test "$_enca" = yes ; then _def_enca='#define HAVE_ENCA 1'