To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72649
------- Additional comments from [EMAIL PROTECTED] Sun Dec 17 10:08:29 -0800 2006 ------- Okay, so the xmkmf test is (wrongly) guarded by test_x which is "no" on OS X. Of course, removing the test_x check or moving it up to guard the whole nas section does not do the right thing... dnl =================================================================== 3779 dnl Check whether xmkmf program can be used, x systems only 3780 dnl =================================================================== 3781 if test "$test_x" = "yes"; then 3782 AC_PATH_PROGS(XMKMF, xmkmf) 3783 if test -z "$XMKMF"; then 3784 AC_MSG_ERROR([install xmkmf to run this script, include openwin in path]) 3785 fi 3786 fi --------------------------------------------------------------------- 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]
