From c082a5befc0686cd3744372e57fcfd0399ad9b67 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 17 Jun 2018 12:08:28 +0000 Subject: Fix configure help message for socket paths --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 423c5c1..42d2343 100755 --- a/configure +++ b/configure @@ -45,8 +45,8 @@ Optional features: --enable-absolute-paths do not rely on PATH to access this package's binaries, hardcode absolute BINDIR/foobar paths instead [disabled] - --with-utmp-socket=PATH assume the utmpd socket is at PATH [/run/utmps/.utmpd-socket] - --with-wtmp-socket=PATH assume the wtmpd socket is at PATH [/run/utmps/.wtmpd-socket] + --with-utmpd-socket=PATH assume the utmpd socket is at PATH [/run/utmps/.utmpd-socket] + --with-wtmpd-socket=PATH assume the wtmpd socket is at PATH [/run/utmps/.wtmpd-socket] EOF exit 0 -- cgit v1.3.1