To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59727





------- Additional comments from [EMAIL PROTECTED] Sun Jan  1 14:21:44 -0800 
2006 -------
OK, proofread and understood your patch. There are two problems: 
 
1) In configure.in, you set ENABLE_KAB to "YES" or "NO", but in makefile.mk, 
you test its value to be "TRUE". 
 
configure.in: 
   ENABLE_KAB=YES 
... 
   ENABLE_KAB=NO 
 
makefile.mk: 
.IF "$(ENABLE_KAB)" == "TRUE" 
 
This results in the address book to be always disabled... 
 
2) More cosmetical issue. In makefile.mk: 
 
.ELSE           # "$(ENABLE_KDE)" == "TRUE" 
 
Can you please adapt the comment to reflect the fact that now it's ENABLE_KAB 
that is tested? 
 
Thanks a lot in advance for these fixes. 
 

---------------------------------------------------------------------
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]

Reply via email to