]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
configure: Remove typo created by CI patch
authorDavid Goulet <dgoulet@torproject.org>
Thu, 16 Dec 2021 18:03:23 +0000 (13:03 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 16 Dec 2021 18:03:23 +0000 (13:03 -0500)
Signed-off-by: David Goulet <dgoulet@torproject.org>
configure.ac

index 8d77635d99c39802104a8163470112b018d38302..2cd55798f5a89b7b0a9f4d62afb0841109fb1677 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.4.6.9-dev]))
+AC_INIT([tor],[0.4.6.9-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])