Opened 9 years ago

Closed 9 years ago

#5022 closed defect (fixed)

./configure with/without virtualenv

Reported by: ayleph Owned by:
Priority: minor Milestone: 0.8.0
Component: infrastructure Keywords: configure, virtualenv
Cc: Parent Tickets:

Description

configure uses inconsistent descriptions of virtualenv options.

ac_user_opts='
enable_option_checking
with_python3
with_virtualenv
Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-python3          Set up to use Python 3 by default.
  --without-virtualenv    install to a Python virtualenv

Change History (2)

comment:1 by Christopher Allan Webber, 9 years ago

This was indeed wrong... a stupid mistake from when I switched the default. Thanks for catching this!

comment:2 by Christopher Allan Webber, 9 years ago

Resolution: fixed
Status: newclosed

Oh right, and I fixed this.

Note: See TracTickets for help on using tickets.