# HG changeset patch # User Kim Alvefur # Date 1364996929 -7200 # Node ID 396072d6269527b57a0a3389cff07e6b411abaa1 # Parent a3f0fe9431cf3bc20b0ea20f7d4207e28ad22497 configure: Replaces tabs with spaces in --help diff -r a3f0fe9431cf -r 396072d62695 configure --- a/configure Wed Apr 03 15:38:18 2013 +0200 +++ b/configure Wed Apr 03 15:48:49 2013 +0200 @@ -49,9 +49,9 @@ 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