changeset 4686:b49325176f0d

fixed broken xvid support ("lm" rather than "-lm" in libs)
author rfelker
date Wed, 13 Feb 2002 03:14:45 +0000
parents e8a749c866cf
children 2973e997c4a5
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Feb 13 00:38:23 2002 +0000
+++ b/configure	Wed Feb 13 03:14:45 2002 +0000
@@ -2667,11 +2667,11 @@
 EOF
   if test "$_xvid" != no && test "$_xvidcore" && cc_check -lm "$_xvidcore" ; then
     _def_encore='#define HAVE_DIVX4ENCORE 1'
-    _ld_encore="lm $_xvidcore"
+    _ld_encore="-lm $_xvidcore"
     echores "XviD (with $_xvidcore)"
   elif test "$_xvid" != no && cc_check -lm -lxvidcore ; then
     _def_encore='#define HAVE_DIVX4ENCORE 1'
-    _ld_encore='lm -lxvidcore'
+    _ld_encore='-lm -lxvidcore'
     echores "XviD (with libxvidcore.so)"
   elif test "$_divx4linux" != no && cc_check -lm -ldivxencore ; then
     _def_encore='#define HAVE_DIVX4ENCORE 1'