]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
configure: fix the extra spaces in --enable-bindings
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 11 May 2022 16:21:46 +0000 (10:21 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 11 May 2022 16:22:01 +0000 (10:22 -0600)
commit4c4ada850f0e55314609f2f324c545cf7ea19a4c
tree7a6e5b13fcedbc9bf1b95fb3d5b8fd5213f590e2
parentdaada06e1c606364d5dd20a717b74f91686ec98d
configure: fix the extra spaces in --enable-bindings

Extra spaces between the default action assignment for the feature
--enable-bindings feature, fails with:
./configure: line 12510: with_bindings: command not found

fix the issue by removing the extra spaces in the assignment.

Fixes: https://github.com/libcgroup/libcgroup/issues/133
Reported-by: @jeffmacdonald (github username)
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
configure.ac