Opened 12 years ago
Closed 12 years ago
#1945 closed Bug (invalid)
can not make ./configure on headless NAS
Reported by: | super-poussin | Owned by: | |
---|---|---|---|
Priority: | High | Milestone: | None Set |
Component: | Transmission | Version: | 1.51 |
Severity: | Normal | Keywords: | 1.51+ |
Cc: |
Description
in nighty builds
line : ac_config_commands="$ac_config_commands po/stamp-it"
must be changed to to
if test "x$use_gtk" = "xyes"; then
ac_config_commands="$ac_config_commands po/stamp-it"
fi
Change History (2)
comment:1 Changed 12 years ago by super-poussin
- Milestone changed from None Set to 1.52
comment:2 Changed 12 years ago by charles
- Milestone changed from 1.52 to None Set
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
super-poussin: the file "configure" is automatically generated by autogen; we can't change it directly.
Also, please don't set milestones unless you're submitting a patch.
What command-line arguments did you use when invoking the configure script?