[MPlayer-dev-eng] Bugg in new configure

Anders Johansson ajh at atri.curtin.edu.au
Tue Nov 20 12:54:41 CET 2001


Hi,

Found a bug in the new version of configure, attaching patch.

//Anders
-------------- next part --------------
--- ../orig/configure	Tue Nov 20 19:43:31 2001
+++ configure	Tue Nov 20 19:44:52 2001
@@ -1321,7 +1321,7 @@
   echores "using xdpms4"
 elif test "$_xdpms3" = yes ; then
   _def_xdpms='#define HAVE_XDPMS 1'
-  _ld_x11='$_ld_x11 -lXdpms'
+  _ld_x11="$_ld_x11 -lXdpms"
   echores "using xdpms3"
 else
   _def_xdpms='#undef HAVE_XDPMS'


More information about the MPlayer-dev-eng mailing list