man page spells --enable-tor2web-mode --enable-tor2webmode

l@tp ~/code/tor [master] $ ack enable-tor2webmode
doc/tor.1.txt                                    
1429:    To enable this option the compile time flag --enable-tor2webmode must be
l@tp ~/code/tor [master] $ ack enable-tor2web-mode
configure.ac
171:     AS_HELP_STRING(--enable-tor2web-mode, [support tor2web non-anonymous mode]),

config.status
430:ac_cs_config="'--enable-tor2web-mode' '--disable-asciidoc'"
522:  set X /bin/bash './configure'  '--enable-tor2web-mode' '--disable-asciidoc' $ac_configure_extra_args --no-create --no-recursion

configure
1456:  --enable-tor2web-mode   support tor2web non-anonymous mode
3485:# Check whether --enable-tor2web-mode was given.

config.log
7:  $ ./configure --enable-tor2web-mode --disable-asciidoc

src/or/config.c
1516:            "--enable-tor2web-mode option.");

Trac:
Username: joelanders