From aaac36f15a0ba614a18b39db6bb05a6c497518d7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 2 Apr 2025 06:06:50 +0000 Subject: Fix configure doc for the new sysdep Signed-off-by: Laurent Bercot --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e96329f..caa7bbd 100755 --- a/configure +++ b/configure @@ -51,7 +51,7 @@ Sysdeps autodetection override: List of mandatory sysdeps to provide by hand for cross-compiling: devurandom (yes|no): =yes if you have a working /dev/urandom posixspawnearlyreturn (yes|no): =yes if you have an old glibc or otherwise bad posix_spawn - procselfexe (yes|no): =yes if you have a working /proc/self/exe virtual symlink + procselfexe (path|none): =path if you can get the executable name via readlink(path) EOF exit 0 } -- cgit v1.3.1