aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-10-03 16:32:30 +1000
committerteor <teor@torproject.org>2019-10-03 16:32:30 +1000
commit80bcd66213f59420e98a34232179814febe54e91 (patch)
tree0015e9546b8fd99e56b4b4cf112a514cca761c31 /configure.ac
parentf0993d3831b6132e342fb192820fc04902c98b38 (diff)
downloadtor-80bcd66213f59420e98a34232179814febe54e91.tar.gz
tor-80bcd66213f59420e98a34232179814febe54e91.zip
configure: Fix a typo in the systemd version message
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 dbcb51d47f..31a9a7fcc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,7 @@ if test "x$have_systemd" = "xyes"; then
TOR_SYSTEMD_CFLAGS="${SYSTEMD_CFLAGS}"
TOR_SYSTEMD_LIBS="${SYSTEMD_LIBS}"
PKG_CHECK_MODULES(LIBSYSTEMD209, [libsystemd >= 209],
- [AC_DEFINE(HAVE_SYSTEMD_209,1,[Have systemd v209 or more])], [])
+ [AC_DEFINE(HAVE_SYSTEMD_209,1,[Have systemd v209 or greater])], [])
fi
AC_SUBST(TOR_SYSTEMD_CFLAGS)
AC_SUBST(TOR_SYSTEMD_LIBS)