Bug 69585

Summary: csant is required for qtsharp, but configure doesn't check for it
Product: [Developer tools] bindings Reporter: James Ots <kde>
Component: generalAssignee: kde-bindings
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch to fix this bug

Description James Ots 2003-12-03 17:02:13 UTC
Version:            (using KDE KDE 3.1.94)
Installed from:    Compiled From Sources

qtsharp requires csant in order to build, but there's no check in configure, so if it's missing it just fails to build.
Comment 1 James Ots 2003-12-03 17:03:33 UTC
Created attachment 3541 [details]
Patch to fix this bug

This patch adds the required check for csant, and disables building of qtsharp
if it isn't found.

I don't have cvs write access, so someone else will have to commit this patch.
Comment 2 James Ots 2004-04-28 00:41:11 UTC
The patch is now committed.