#3109 closed Bug (fixed)
configure: option name doesn't match description
Reported by: | naddy | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.93 |
Component: | Transmission | Version: | 1.92 |
Severity: | Minor | Keywords: | autoconf |
Cc: |
Description
There is a confusing discrepancy in the configure script: The actual option to enable GConf support is --enable-gconf2 (set from the first argument to AC_ARG_ENABLE), but the help string mistakenly says --enable-libgconf.
--- configure.ac.orig Thu Apr 1 16:11:05 2010 +++ configure.ac Thu Apr 1 16:12:26 2010 @@ -337,7 +337,7 @@ [have_libgconf=yes], [have_libgconf=no]) AC_ARG_ENABLE([gconf2], - AS_HELP_STRING([--enable-libgconf],[enable GConf support]),, + AS_HELP_STRING([--enable-gconf2],[enable GConf support]),, [enable_libgconf=yes]) if test "x$enable_libgconf" = "xyes" ; then if test "x$have_libgconf" = "xyes"; then
Change History (3)
comment:1 Changed 11 years ago by charles
- Milestone changed from None Set to 2.00
- Owner set to charles
- Severity changed from Normal to Minor
- Status changed from new to assigned
comment:2 Changed 11 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 11 years ago by charles
- Milestone changed from 2.00 to 1.93
Note: See
TracTickets for help on using
tickets.
Fixed in trunk for 2.00 by r10435