aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2016-12-15 17:02:30 +0000
committerNick Mathewson <nickm@torproject.org>2016-12-23 10:35:26 -0500
commitb4c95bb42a85d6c620b694d9eb03803ed3b4de2d (patch)
tree5d8626f260728687e557afcadf4fed3e7c3fccfd /configure.ac
parenta1c0ebc3ebc49924fa38dd4f60d89204208aacc8 (diff)
downloadtor-b4c95bb42a85d6c620b694d9eb03803ed3b4de2d.tar.gz
tor-b4c95bb42a85d6c620b694d9eb03803ed3b4de2d.zip
Report errors when updating configuration files
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 44f7fe675c..3f64e1e666 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
# "foreign" means we don't follow GNU package layout standards
# "1.11" means we require automake version 1.11 or newer
# "subdir-objects" means put .o files in the same directory as the .c files
-AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects])
+AM_INIT_AUTOMAKE([foreign 1.11 subdir-objects -Wall -Werror])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([orconfig.h])