diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-07-29 12:32:15 +0100 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-07-29 12:32:15 +0100 |
commit | 2907a82b446d9d0a25157aa4ab560b49853f80d2 (patch) | |
tree | f5880babb5fbfd500107cd8d9c530d2ec4729ef7 /configure.ac | |
parent | 2914498b291ea0ca432a320004aa3d2499e50eb5 (diff) | |
download | irssi-2907a82b446d9d0a25157aa4ab560b49853f80d2.zip |
Fix vertical alignment in ./configure --help output.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 459d3a2d..c7c8edef 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ AC_ARG_ENABLE(true-color, want_truecolor=no) 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 want_gregex=no else |