From 07bfb473922b873b58beb5e075776cf2897da92f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 8 Apr 2021 11:05:09 +0000 Subject: bugfix: --with-?tmpd-socket configure options were ignored --- AUTHORS | 1 + configure | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index ad80171..45441cc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ Main author: Contributors: Guillermo + Xavier Stonestreet Thanks to: A. Wilcox diff --git a/configure b/configure index 0d9c8e0..954dccf 100755 --- a/configure +++ b/configure @@ -201,11 +201,11 @@ for arg ; do --disable-libc-includes|--enable-libc-includes=no) libcincludes=false ;; --enable-nsss|--enable-nsss=yes) usensss=true ;; --disable-nsss|--enable-nsss=no) usensss=false ;; + --with-utmpd-socket=*) utmpdpath=${arg#*=} ;; + --with-wtmpd-socket=*) wtmpdpath=${arg#*=} ;; --enable-*|--disable-*|--with-*|--without-*|--*dir=*) ;; --host=*|--target=*) target=${arg#*=} ;; --build=*) build=${arg#*=} ;; - --with-utmpd-socket=*) utmpdpath=${arg#*=} ;; - --with-wtmpd-socket=*) wtmpdpath=${arg#*=} ;; -* ) echo "$0: unknown option $arg" ;; *=*) ;; *) target=$arg ;; -- cgit v1.2.3