]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP2054454 Skip Redis Pass Propogation when Unneeded
authorBill Erickson <berickxx@gmail.com>
Tue, 20 Feb 2024 17:47:10 +0000 (12:47 -0500)
committerJane Sandberg <js7389@princeton.edu>
Wed, 17 Apr 2024 00:35:44 +0000 (17:35 -0700)
commitca9699bf9ad3adbd1eaa691400a69deff43ba473
tree08059344a65f3bf4bd4b5786832334b122a74648
parent6f5460a1d50935ab9bf6db783f308794cfcc5916
LP2054454 Skip Redis Pass Propogation when Unneeded

Avoid error messages from ./configure when no redis accounts file is
present.

--
To test:

autoreconf -i
./configure --prefix=/openils --sysconfdir=/openils/conf
--

If no redis accounts file is present, you should only see this in the
config.log:

configure:14146: result: Skipping Redis accounts password propagation

Release-note: Remove unnecessary error message from ./configure installation step.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
configure.ac