]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix the disablement of pgrefdebugging 4428/head
authorWilliam A. Kennington III <william@wkennington.com>
Wed, 22 Apr 2015 05:18:56 +0000 (22:18 -0700)
committerWilliam A. Kennington III <william@wkennington.com>
Wed, 22 Apr 2015 05:32:54 +0000 (22:32 -0700)
commit8e026c781c99289eb91636185cad0454f3b8ee83
tree5ba8bb44289b0be58dac3ffe48724e394729ac35
parent56e96f0e30ff293302b4bdb73c8ea64bce8d533f
Fix the disablement of pgrefdebugging

Currently, if you add the flag --disable-pgrefdebugging during configure
it enables pgrefdebugging. The only way for it to actually be disabled
is to remove the flag entirely. This patch makes the flag respect the
--enable and --disable options correctly. Therefore,
--enable-pgrefdebugging is the only way to enable this now and
--enable-pgrefdebugging=no and --disable-pgrefdebugging work as
expected.

Signed-off-by: William A. Kennington III <william@wkennington.com>
configure.ac