mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
fix an error message in a configure warning string
This commit is contained in:
parent
d97fca16d0
commit
4bdd3603f1
@ -1900,7 +1900,7 @@ fi
|
|||||||
if test "$enable_coverage" = "yes" && test "$have_clang" = "no"; then
|
if test "$enable_coverage" = "yes" && test "$have_clang" = "no"; then
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
darwin*)
|
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
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user