[tor-commits] [tor/master] fix an error message in a configure warning string

nickm at torproject.org nickm at torproject.org
Tue Jul 26 15:33:08 UTC 2016


commit 4bdd3603f1655a4effba707260b5f3a26ec532ce
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jul 26 11:33:02 2016 -0400

    fix an error message in a configure warning string
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9cace4b..dca86de 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
 



More information about the tor-commits mailing list