Opened 16 years ago

Closed 15 years ago

#4882 closed patch (fixed)

Configure script does not check for Xxf86vm

Reported by: tpr@… Owned by: Janne Grunau
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: low Keywords: xxf86vm
Cc: Ticket locked: no

Description

The configure script doesn't check whether Xxf86vm library is available for linking. Attached patch adds a check for it, but I don't know whether that library is always needed or not.

Attachments (2)

mythtv_configure_check_xxf86vm.patch (552 bytes) - added by anonymous 16 years ago.
configure_check_xxf86vm.patch (853 bytes) - added by Teemu Rytilahti <tpr@…> 16 years ago.
Check for xxf86vm. Modification also to has_library to check for .so files only

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by anonymous

Changed 16 years ago by Teemu Rytilahti <tpr@…>

Check for xxf86vm. Modification also to has_library to check for .so files only

comment:1 Changed 16 years ago by Teemu Rytilahti <tpr@…>

Ok, new patch. Currently checks whether xxf86vm is going to be used (needed by xv) and dies if it isn't available.

Also modified has_library() function to check only for .so files instead of <libname>* as they are needed for linking.

comment:2 Changed 15 years ago by Janne Grunau

Milestone: unknown0.22
Owner: changed from Isaac Richards to Janne Grunau
Status: newaccepted

comment:3 Changed 15 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed

(In [20902]) check for libXxf86vm, Closes #4882

Note: See TracTickets for help on using tickets.