Commit 0716e3f
committed
Fix m4 quoting on Sphinx check error message.
The error message quoting for the Sphinx check failure was removed in
c2d4999, but is actually needed.
If you omit the quoting, the error turns into this:
checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking for ... /usr/local/bin/python3 -m sphinx
checking for sphinx version >= 1.7.5... No module named 'sphinx'
./configure: line 441: test: check: integer expression expected
configure: error: Sphinx
./configure: line 312: return: check: numeric argument required
./configure: line 322: exit: check: numeric argument required
Signed-off-by: James Peach <jpeach@apache.org>1 parent 3887623 commit 0716e3f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
0 commit comments