diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-02-28 15:34:12 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-02-19 09:04:00 +0100 |
commit | edc83b61745e6ee7fa9c9502eb520493832b1e9c (patch) | |
tree | 8d09d54859b44f9a7cd751f527508420f7eed3ab /Makefile.am | |
parent | 2d37f9839a78a5c0135161ba0aa5e1d308ecc496 (diff) |
Unify handling of configure switches
Remove the strict check of the with or enable value and use the
generated variable instead of our own.
Also, don't use WITH_GETRANDOM as an implicit WITH_UBIHEALTHD, split
the two autoconf/automake variables and handle them separately.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 11647ba..887ce93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,10 +27,6 @@ if WITH_CRYPTO AM_CPPFLAGS += -DWITH_CRYPTO endif -if WITH_GETRANDOM -AM_CPPFLAGS += -DWITH_GETRANDOM -endif - sbin_PROGRAMS = sbin_SCRIPTS = check_PROGRAMS = |