From ed9c796bf09a1d8c3e8502a6a095e1b92d845476 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 7 Jul 2022 17:39:10 +1200 Subject: [PATCH] Improve source code comment (cherry picked from commit bf9166cb1fe67433d2e5d2ef39fd61bd36c7058c) --- xapian-core/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapian-core/configure.ac b/xapian-core/configure.ac index b10d644e6..c18be2c1d 100644 --- a/xapian-core/configure.ac +++ b/xapian-core/configure.ac @@ -878,7 +878,7 @@ case $enable_backend_chert$enable_backend_glass in AC_MSG_ERROR([zlibVersion() not found in -lz, -lzlib, or -lzdll - required for chert and glass (you may need to install the zlib1g-dev or zlib-devel package)]) ]) - dnl Find the UUID library (from e2fsprogs/util-linux-ng, not the OSSP one). + dnl Find a way to generate UUIDs. case $host_os-$win32 in *-yes | cygwin* | msys*) dnl Use built-in win32 API. -- 2.11.4.GIT