mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
configure: Replaces tabs with spaces in --help
This commit is contained in:
parent
4b105e01bb
commit
901b5981d0
1 changed files with 3 additions and 3 deletions
6
configure
vendored
6
configure
vendored
|
@ -49,9 +49,9 @@ Configure Prosody prior to building.
|
||||||
Default is \$LUA_DIR/lib
|
Default is \$LUA_DIR/lib
|
||||||
--with-idn=LIB The name of the IDN library to link with.
|
--with-idn=LIB The name of the IDN library to link with.
|
||||||
Default is $IDN_LIB
|
Default is $IDN_LIB
|
||||||
--idn-library=(idn|icu) Select library to use for IDNA functionality.
|
--idn-library=(idn|icu) Select library to use for IDNA functionality.
|
||||||
idn: use GNU libidn (default)
|
idn: use GNU libidn (default)
|
||||||
icu: use ICU from IBM
|
icu: use ICU from IBM
|
||||||
--with-ssl=LIB The name of the SSL to link with.
|
--with-ssl=LIB The name of the SSL to link with.
|
||||||
Default is $OPENSSL_LIB
|
Default is $OPENSSL_LIB
|
||||||
--cflags=FLAGS Flags to pass to the compiler
|
--cflags=FLAGS Flags to pass to the compiler
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue