aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-02 06:06:50 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-02 06:06:50 +0000
commitaaac36f15a0ba614a18b39db6bb05a6c497518d7 (patch)
tree7c6f7e1e9af326a0711924660f57c9bc3828d116 /configure
parent200a70765a503fc94b546e5a52fdd90a59eee3b3 (diff)
downloadskalibs-aaac36f15a0ba614a18b39db6bb05a6c497518d7.tar.gz
Fix configure doc for the new sysdep
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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
}