From bd24b5dbb6877c339533f414b39c33cffe562067 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Sun, 13 Nov 2022 21:48:24 +0100 Subject: Revert "configure: always set SPHINX_BUILD" This reverts commit 5e749ee3019d7917184af30dab8d09c933c0a4a1. --- libquadmath/configure | 2 +- libquadmath/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libquadmath') diff --git a/libquadmath/configure b/libquadmath/configure index 26fd6a49012..b7928de4ef4 100755 --- a/libquadmath/configure +++ b/libquadmath/configure @@ -13311,7 +13311,7 @@ $as_echo "$as_me: WARNING: *** Info and man pages documentation will not be built." >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - SPHINX_BUILD=sphinx-build + SPHINX_BUILD= HAS_SPHINX_BUILD= fi rm -rf $tempdir diff --git a/libquadmath/configure.ac b/libquadmath/configure.ac index e593b3147fd..f2befdcb16e 100644 --- a/libquadmath/configure.ac +++ b/libquadmath/configure.ac @@ -424,7 +424,7 @@ else *** sphinx-build is missing or too old. *** Info and man pages documentation will not be built.]) AC_MSG_RESULT(no) - SPHINX_BUILD=sphinx-build + SPHINX_BUILD= HAS_SPHINX_BUILD= fi rm -rf $tempdir -- cgit v1.2.1