To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97428
------- Additional comments from [email protected] Fri Jan 9 08:59:27 +0000 2009 ------- dtardon->cmc: You're right; I didn't think about pkg-config. dtardon->rene: The variable we are talking about is called XLIB, so I think testing for x11 gives more sense. On the other side, the variable is not used at any other place besides testing for Xinerama, so maybe the best thing would be to get rid of it entirely and add something like: xineramalib=`$PKG_CONFIG --variable=libdir xinerama` if test x"$xineramalib" = x; then xineramalib=/usr/lib fi just before the block of xinerama tests. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
