From: Antonio Alvarez Feijoo Date: Wed, 2 Oct 2024 19:43:09 +0000 (+0200) Subject: core: fix copy/paste error X-Git-Tag: v257-rc1~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16b50d4018f68a28e94ec600f934586caaca57d3;p=thirdparty%2Fsystemd.git core: fix copy/paste error --- diff --git a/src/basic/build.c b/src/basic/build.c index 97249ba14f1..ca3f02c87df 100644 --- a/src/basic/build.c +++ b/src/basic/build.c @@ -45,7 +45,7 @@ const char* const systemd_features = " -IMA" #endif -#if ENABLE_IMA +#if ENABLE_IPE " +IPE" #else " -IPE"