#3620 closed Bug (fixed)
syntax error in configure.ac
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 2.11 |
Component: | Transmission | Version: | 2.10 |
Severity: | Normal | Keywords: | backport-2.0x |
Cc: |
Description
The line
if test "x$user_specified_libevent" == "xyes"; then
should read
if test "x$user_specified_libevent" = "xyes"; then
The other lines in configure.ac correctly use "=" instead of "==".
Xref: #3618
Change History (3)
comment:1 Changed 12 years ago by charles
- Owner set to charles
comment:2 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 12 years ago by charles
backported to 2.0x by r11481
Note: See
TracTickets for help on using
tickets.
Fixed in trunk by r11302