commit | 847247a4a8b50f0fc2f6021d734c15f0824b85c2 | [log] [tgz] |
---|---|---|
author | Marius Bakke <[email protected]> | Sat Aug 01 18:02:22 2020 +0200 |
committer | Lucas De Marchi <[email protected]> | Thu Jan 07 19:44:50 2021 -0800 |
tree | 360925629788bcff65fb16192ae63d8a331aaf03 | |
parent | b5683f45d9f4a640c120b579f05b2ee024790f56 [diff] [blame] |
testsuite: Automatically skip tests that fail when sysconfdir != /etc.
diff --git a/configure.ac b/configure.ac index 0cf2eda..222de3e 100644 --- a/configure.ac +++ b/configure.ac
@@ -224,6 +224,8 @@ ], [ AM_CONDITIONAL([ENABLE_GTK_DOC], false)]) +# Some tests are skipped when sysconfdir != /etc. +AM_CONDITIONAL([KMOD_SYSCONFDIR_NOT_ETC], [test "x$sysconfdir" != "x/etc"]) ##################################################################### # Default CFLAGS and LDFLAGS