Fix probe for rdoc
commit2d4818eac4013890ff6e5d0dc08f4d98246e6086
authorOlly Betts <olly@survex.com>
Sat, 2 Dec 2023 20:39:42 +0000 (3 09:39 +1300)
committerOlly Betts <olly@survex.com>
Thu, 7 Dec 2023 03:11:49 +0000 (7 16:11 +1300)
tree96ded04e04f142b85e9314948bcdf82c34a02349
parent20e132ed6dabeba46aaacce1dfef9a22799d1451
Fix probe for rdoc

The aim is to try to use the rdoc which matches the Ruby interpreter
found as a default (unless the user has explicitly overridden by
running ./configure RDOC=/path/to/rdoc or similar), but the way that
was being done didn't actually work and this default never kicked in.

This is likely to only be a problem if you're overriding
RUBY=/path/to/ruby but not overriding RDOC as well.

Reported by Vitaly Chikunov on the xapian-devel list.

(cherry picked from commit 53d0c3a6d0f66b7476e81cbf3f0fba929a5d50e0)
xapian-bindings/configure.ac