fix an error message in a configure warning string

This commit is contained in:
Nick Mathewson 2016-07-26 11:33:02 -04:00
parent d97fca16d0
commit 4bdd3603f1
1 changed files with 1 additions and 1 deletions

View File

@ -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