mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Fix vertical alignment in ./configure --help output.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
2914498b29
commit
2907a82b44
@ -158,7 +158,7 @@ AC_ARG_ENABLE(true-color,
|
|||||||
want_truecolor=no)
|
want_truecolor=no)
|
||||||
|
|
||||||
AC_ARG_ENABLE(gregex,
|
AC_ARG_ENABLE(gregex,
|
||||||
[ --disable-gregex Build without GRegex (fall back to regex.h)],
|
[ --disable-gregex Build without GRegex (fall back to regex.h)],
|
||||||
if test x$enableval = xno ; then
|
if test x$enableval = xno ; then
|
||||||
want_gregex=no
|
want_gregex=no
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user