[tor-commits] [tor/master] configure: Fix a typo in the systemd version message

nickm at torproject.org nickm at torproject.org
Mon Oct 7 14:13:41 UTC 2019


commit 80bcd66213f59420e98a34232179814febe54e91
Author: teor <teor at torproject.org>
Date:   Thu Oct 3 16:32:30 2019 +1000

    configure: Fix a typo in the systemd version message
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index dbcb51d47..31a9a7fcc 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)





More information about the tor-commits mailing list