bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fix libcap configure flag handling


From: Jim Meyering
Subject: Re: [PATCH] fix libcap configure flag handling
Date: Fri, 04 Sep 2009 09:27:00 +0200

Kamil Dudka wrote:
> Looks good to me. I wrote that nonsense as I had misunderstood semantic
> of the AC_ARG_ENABLE macro...

Thanks for the review.
This time I tested carefully ;-)

After each of the first three, below, grep LIB_CAP config.status prints
S["LIB_CAP"]="-lcap":

./configure                     -C >& /dev/null
./configure --enable-libcap     -C >& /dev/null
./configure --enable-libcap=yes -C >& /dev/null

After each of these, it prints S["LIB_CAP"]=""

./configure --enable-libcap=no  -C >& /dev/null
./configure --disable-libcap    -C >& /dev/null




reply via email to

[Prev in Thread] Current Thread [Next in Thread]