summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-26 11:33:02 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-26 11:33:02 -0400
commit4bdd3603f1655a4effba707260b5f3a26ec532ce (patch)
treeb785a041e7300a11982f745dd1f5f7b0e76c656e
parentd97fca16d0b37723c2cbe2bacf86601af0e24805 (diff)
downloadtor-4bdd3603f1655a4effba707260b5f3a26ec532ce.tar.gz
tor-4bdd3603f1655a4effba707260b5f3a26ec532ce.zip
fix an error message in a configure warning string
-rw-r--r--configure.ac2
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