diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-07-26 11:33:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-26 11:33:02 -0400 |
commit | 4bdd3603f1655a4effba707260b5f3a26ec532ce (patch) | |
tree | b785a041e7300a11982f745dd1f5f7b0e76c656e /configure.ac | |
parent | d97fca16d0b37723c2cbe2bacf86601af0e24805 (diff) | |
download | tor-4bdd3603f1655a4effba707260b5f3a26ec532ce.tar.gz tor-4bdd3603f1655a4effba707260b5f3a26ec532ce.zip |
fix an error message in a configure warning string
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9cace4b9c6..dca86deedf 100644 --- a/configure.ac +++ b/configure.ac @@ -1900,7 +1900,7 @@ fi if test "$enable_coverage" = "yes" && test "$have_clang" = "no"; then case "$host_os" in darwin*) - AC_MSG_WARN([Tried to enable coverage on OSX without using the clang compiler. This might not work! If coverage fails, use CC=clang when configuring with --enable-profiling.]) + AC_MSG_WARN([Tried to enable coverage on OSX without using the clang compiler. This might not work! If coverage fails, use CC=clang when configuring with --enable-coverage.]) esac fi |