Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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

Xref: http://www.pubbs.net/200909/freebsd/70090-why-binsh-doesnt-like-the-line-if-test-quotxmyvarquot-quotxyesquotthen.html

Change History (3)

comment:1 Changed 12 years ago by charles

  • Owner set to charles

Fixed in trunk by r11302

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.