| Summary: | incorrect detection of non-existing Xinerama library | ||
|---|---|---|---|
| Product: | [Unmaintained] configure | Reporter: | gweber |
| Component: | general | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | hausmann |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
gweber
2002-06-03 18:15:31 UTC
This check is based of the of same ones that all of the other KDE modules use. In fact, this is a module in kde-common, used by kdevelop. If this problem still persists for you, you may want to recommend these changes to the kde-common folks. Please don't just close such bugs! Re-assign them to configure. looking at the configure check in 3_1_BRANCH: LDFLAGS="$LDFLAGS $X_LDFLAGS $USER_LDFLAGS" CFLAGS="$CFLAGS -I$x_includes" LIBS="-lXinerama -lXext" if test "x$no_xinerama" = "xno"; then AC_CACHE_VAL(ac_cv_have_xinerama, [ |