Opened 19 years ago
Closed 17 years ago
#4882 closed patch (fixed)
Configure script does not check for Xxf86vm
| Reported by: | 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)
Change History (5)
by , 19 years ago
| Attachment: | mythtv_configure_check_xxf86vm.patch added |
|---|
by , 18 years ago
| Attachment: | configure_check_xxf86vm.patch added |
|---|
comment:1 by , 18 years ago
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 by , 17 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.

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