Opened 20 years ago
Closed 20 years ago
#1033 closed defect (fixed)
--disable-csharp doesn't work on gettext
Reported by: | Matthew Burgess | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: | giftbound@… |
Description
--without-csharp correctly disables the C# support for gettext. --disable-csharp appears not to have any effect.
Change History (5)
comment:1 by , 20 years ago
Cc: | added |
---|
comment:2 by , 20 years ago
comment:3 by , 20 years ago
although --disable-csharp is documented as a valid option to configure, it has not yet been implemented in the confiure scripts. Only --enable-csharp= [compiler] is checked for.
--without-csharp will work fine, or you can use --enable-csharp=no. For consistency, we should probably use --without-csharp.
comment:5 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
* Bug 1040 has been marked as a duplicate of this bug. *