Ticket #43 (closed: fixed)
configure checks for X11 includes/libraries are unnecessary
| Reported by: | opoplawski | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7.x |
| Component: | All | Version: | development |
| Severity: | minor | Keywords: | RESOLVED |
| Cc: |
Description
Trying to build 0.7.0rc1 on Fedora Development with modular X11 build fails because of the X11 checks in configure. I believe that these checks are not necessary as you do not include any X11 headers or libraries. I completely stripped the checks from configure and it builds fine. I'm not sure this holds true of other platforms, but basically if you've got kde libs, you've got the X libs as well.
Attachments
Change History
comment:1 Changed 7 years ago by opoplawski
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 7 years ago by opoplawski
Looks like just removing the check for the X includes works on FC4 as well. The check for the X11 libs are still required.
