mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue