mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
configure: Fix a typo in the systemd version message
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user