summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2017-03-09 14:55:24 +0300
committerBen Pfaff <blp@ovn.org>2017-03-17 13:21:32 -0700
commit59cf52e6d3307d5889335893fc941fe55cd3ed99 (patch)
treec16f73b0c25886f90f2f45a6ba3786a62147679a /m4
parent23cb93ff917e2addfed497730a8e72f261e677ce (diff)
downloadopenvswitch-59cf52e6d3307d5889335893fc941fe55cd3ed99.tar.gz
doc: Decrease build requirements to support RHEL7.
Sphinx 1.1.3 on RHEL7 is able to properly build the documentation. Discovering fixed because 'sphinx-build v1.1.3' doesn't support '--version' option. Acked-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'm4')
-rw-r--r--m4/openvswitch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index 07c61911a..0b2cc27e0 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -417,7 +417,7 @@ AC_DEFUN([OVS_CHECK_SPHINX],
[AC_CACHE_CHECK(
[for sphinx],
[ovs_cv_sphinx],
- [if sphinx-build --version >/dev/null 2>&1; then
+ [if type sphinx-build >/dev/null 2>&1; then
ovs_cv_sphinx=yes
else
ovs_cv_sphinx=no