Summary: | configure fails on OpenBSD | ||
---|---|---|---|
Product: | xorg | Reporter: | Mark Kettenis <kettenis> |
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | cworth |
Version: | git | ||
Hardware: | All | ||
OS: | OpenBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 10101 |
Description
Mark Kettenis
2008-01-25 06:41:29 UTC
Changed it to use PKG_CHECK_EXISTS to see if openssl.pc exists first, and if not, to just link with -lcrypto. Fixed in master in git commit b1ae7c79db78cc3b789701f81328669f9f8ed80f and in server-1.5-branch with 7c05b4c6214a9bbc8968c49a40363f8461f527d5 The (In reply to comment #1) > Changed it to use PKG_CHECK_EXISTS to see if openssl.pc exists first, > and if not, to just link with -lcrypto. The problem with that is that if openssl isn't installed, then there's no error message at configure-time like there should be. I just changed it to use AC_CHECK_LIB before PKG_CHECK_MODULES, (as suggested in the original report), rather than using PKG_CHECK_EXISTS. This fixes the missing error message for a system with no openssl. Hopefully it doesn't also break anything. -Carl PS. Fix is in 6447f80c17077f924b2d58e07b38d32429edcb9b on master. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.