#3111 closed Bug (fixed)
configure: --disable-FOO doesn't quite work
Reported by: | naddy | Owned by: | naddy |
---|---|---|---|
Priority: | Normal | Milestone: | 1.93 |
Component: | Transmission | Version: | 1.92 |
Severity: | Normal | Keywords: | autoconf |
Cc: |
Description
Even if you run configure with --disable-notify --disable-libappindicator --disable-libcanberra --disable-gconf2, the transmission executable still ends up linked against these libraries.
The problem is that PKG_CHECK_MODULES(FOO) still sets FOO_CFLAGS and FOO_LIBS and these are still substituted into the Makefiles.
Attachments (1)
Change History (5)
Changed 13 years ago by naddy
comment:1 Changed 13 years ago by charles
- Keywords backport-1.9x added
- Milestone changed from None Set to 2.00
- Owner set to charles
- Status changed from new to assigned
comment:2 Changed 13 years ago by charles
- Owner changed from charles to naddy
- Status changed from assigned to new
comment:3 Changed 13 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
Fixed in trunk for 2.00 by r10436. Patch by naddy
comment:4 Changed 13 years ago by charles
- Keywords backport-1.9x removed
- Milestone changed from 2.00 to 1.93
Note: See
TracTickets for help on using
tickets.
Thanks for the patch!