summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2020-05-09 22:32:03 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2020-05-09 22:32:03 -0400
commit093f87bfe45160195ade7bd5174bbaaf50ebd6be (patch)
tree2baf6d6bfc1f0b91dcef7cf946fd1af92fa2e2ce
parent132f19b779828b194b3fede187cee719785db4d8 (diff)
downloadfreetype2-093f87bfe45160195ade7bd5174bbaaf50ebd6be.tar.gz
Formatting.
-rw-r--r--builds/unix/configure.raw6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 2d89c7446..5ab1c6ede 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -1193,9 +1193,9 @@ Library configuration:
# Warn if docwriter is not installed
if test $have_docwriter = no; then
- AC_MSG_NOTICE([
- Warning: \`make refdoc' will fail since pip package \`docwriter' is not
- installed. To install, run \`$PIP install docwriter', or to use a Python
+ AC_MSG_WARN([
+ \`make refdoc' will fail since pip package \`docwriter' is not installed.
+ To install, run \`$PIP install docwriter', or to use a Python
virtual environment, run \`make refdoc-venv' (requires pip package
\`virtualenv'). These operations require Python >= 3.5.
])