]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
configure: fix bashim of --enable-samples option
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Thu, 6 Oct 2022 20:26:52 +0000 (14:26 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 6 Oct 2022 20:26:55 +0000 (14:26 -0600)
commitbd8d4a03fc606a23770bd9448d3ccad2331a7854
treebc3e149ade3b6653f1ff7241c2647d8ebef698ea
parent8083c987a6a4a454e63691bf2a0d6224bd116397
configure: fix bashim of --enable-samples option

Make the --enable-samples option's bash code POSIX-complaint.  There
might be warnings issued while running configure on other shells like
/bin/sh, those default on Debian systems.

Fixes: 6197ca3d693f ("configure: introduce --enable-samples option")
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit d3ac1bb4cd0ab94fb168bbcaa917496a7d537c64)
configure.ac