summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2017-07-30 10:06:38 +0200
committerGitHub <noreply@github.com>2017-07-30 10:06:38 +0200
commit663a8e71543787256ba4a58956521a1103be9909 (patch)
treef5880babb5fbfd500107cd8d9c530d2ec4729ef7 /configure.ac
parent437fbef6eb8f605320841cba119d3abbb3571a75 (diff)
parent2907a82b446d9d0a25157aa4ab560b49853f80d2 (diff)
downloadirssi-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.ac2
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