[mythtv-commits] mythtv/master commit: ef68bf720 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Fri Feb 18 05:05:30 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-02-17T21:05:04-08:00
   Push Date:  2011/02/17 21:05:27 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  ef68bf72072f646603ab3fd6e7dddf4ac6f69fb5
   Changeset:  https://github.com/MythTV/mythtv/commit/ef68bf720

Log:

configure: Fix libs order in check_ld()

With patch and commentary from Lawrence Rust:

'The configure script defines the function check_ld which tests if a
named function can be compiled with specified headers and libraries.
However, the libraries are placed after $extralibs in the linker
invocation which can cause the link to fail if the tested libraries
depend on $extralibs.'

Modified:

   mythtv/configure



More information about the mythtv-commits mailing list