diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 2225a844a53..61b3cedbe69 100755 --- a/gcc/configure +++ b/gcc/configure @@ -8969,10 +8969,10 @@ $as_echo "$gcc_cv_prog_python3_modern" >&6; } if test $gcc_cv_prog_python3_modern = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Python3 is missing. -*** Documentation for modula-2 will not include the library modules." >&5 +*** Documentation for modula-2 will not include the target SYSTEM module." >&5 $as_echo "$as_me: WARNING: *** Python3 is missing. -*** Documentation for modula-2 will not include the library modules." >&2;} +*** Documentation for modula-2 will not include the target SYSTEM module." >&2;} HAVE_PYTHON=no else HAVE_PYTHON=yes |