]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
configure: remove AM_COND for --disable-tests
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 31 Aug 2022 20:26:15 +0000 (14:26 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 31 Aug 2022 20:26:20 +0000 (14:26 -0600)
commit9830b92f5a5e821aa80d350faa5bf7e54be060f4
tree0e5ddc7faed85a503787b28900439c1653b30cb8
parent4cbf4918382f60e1bee4ff4a1021d2abd4341e8a
configure: remove AM_COND for --disable-tests

With the usage of DIST_SUBDIRS, the makefiles for the tests/* will be
generated, and building the tests/* should be controlled using SUBDIRS.
Remove the AM_COND condition for --disable-tests in the AC_CONFIG_FILES
list.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
configure.ac