Modify ↓
Opened 18 years ago
Closed 18 years ago
#517 closed defect (fixed)
DEBUG option for compile does not work
Reported by: | anonymous | Owned by: | Bas van der Vlies |
---|---|---|---|
Priority: | normal | Component: | EmailtoTracScript |
Severity: | normal | Keywords: | configure |
Cc: | syd@… | Trac Release: | 0.9 |
Description
I tried to configure email2trac a few different ways to enable debugging:
./configure --prefix=/usr --with-trac_user=apache --with-mta_user=mail DEBUG=1
./configure --prefix=/usr --with-trac_user=apache --with-mta_user=mail CFLAGS="-DDEBUG=1"'
and also setting CFLAGS environment variable and DEBUG environment variable, but make always showed DEBUG=0.
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 18 years ago by
comment:3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in version 0.8.0
Note: See
TracTickets for help on using
tickets.
Fixed this in trunk. DEBUG is default 0 and you can set it with:
I will close it as i release a new version