diff options
author | LemonBoy <LemonBoy@users.noreply.github.com> | 2017-07-30 10:06:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-30 10:06:38 +0200 |
commit | 663a8e71543787256ba4a58956521a1103be9909 (patch) | |
tree | f5880babb5fbfd500107cd8d9c530d2ec4729ef7 /configure.ac | |
parent | 437fbef6eb8f605320841cba119d3abbb3571a75 (diff) | |
parent | 2907a82b446d9d0a25157aa4ab560b49853f80d2 (diff) | |
download | irssi-663a8e71543787256ba4a58956521a1103be9909.zip |
Merge pull request #734 from trasz/master
Don't compute log_dir_create_mode in three different places.
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 |