diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-11 12:58:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-11 12:58:24 -0400 |
commit | cb71c5ddbb9ae8de96ddfae6eca5114dc294a49b (patch) | |
tree | 0cda34b2721ce9a2a6296aac8d86b497a2f7b802 | |
parent | 841d1b2555a7bfe2c3d957cd29b48bfc2e5e0fb7 (diff) | |
download | tor-cb71c5ddbb9ae8de96ddfae6eca5114dc294a49b.tar.gz tor-cb71c5ddbb9ae8de96ddfae6eca5114dc294a49b.zip |
Whoops -- this got lost in the merge.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a5546bc5a9..382bb7617f 100644 --- a/configure.ac +++ b/configure.ac @@ -1916,6 +1916,9 @@ if test "x$enable_gcc_warnings_advisory" != "xno"; then if test "$tor_cv_cflags__Wnull_dereference" = "yes"; then AC_DEFINE([HAVE_CFLAG_WNULL_DEREFERENCE], 1, [True if we have -Wnull-dereference]) fi + if test "$tor_cv_cflags__Woverlength_strings" = "yes"; then + AC_DEFINE([HAVE_CFLAG_WOVERLENGTH_STRINGS], 1, [True if we have -Woverlength-strings]) + fi if test "x$enable_fatal_warnings" = "xyes"; then # I'd like to use TOR_CHECK_CFLAGS here, but I can't, since the |