diff options
author | Kim Alvefur <zash@zash.se> | 2013-04-03 15:48:49 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-04-03 15:48:49 +0200 |
commit | a75e674fc93ffbafa36777200beaafb355e91fed (patch) | |
tree | ce1e9dafdba4fa8c319cedc692d6a117511f18d4 /configure | |
parent | 4c6e0adecf4de8ddeb57a96d68e8d7935b9f67a3 (diff) | |
download | prosody-a75e674fc93ffbafa36777200beaafb355e91fed.tar.gz prosody-a75e674fc93ffbafa36777200beaafb355e91fed.zip |
configure: Replaces tabs with spaces in --help
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -49,9 +49,9 @@ Configure Prosody prior to building. Default is \$LUA_DIR/lib --with-idn=LIB The name of the IDN library to link with. Default is $IDN_LIB ---idn-library=(idn|icu) Select library to use for IDNA functionality. - idn: use GNU libidn (default) - icu: use ICU from IBM +--idn-library=(idn|icu) Select library to use for IDNA functionality. + idn: use GNU libidn (default) + icu: use ICU from IBM --with-ssl=LIB The name of the SSL to link with. Default is $OPENSSL_LIB --cflags=FLAGS Flags to pass to the compiler |