]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix copy/paste error
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 2 Oct 2024 19:43:09 +0000 (21:43 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 2 Oct 2024 21:15:41 +0000 (22:15 +0100)
src/basic/build.c

index 97249ba14f1cb14693f25d4400a1a6b59362773c..ca3f02c87df7c9a51129405921bcf9a79fd8c259 100644 (file)
@@ -45,7 +45,7 @@ const char* const systemd_features =
         " -IMA"
 #endif
 
-#if ENABLE_IMA
+#if ENABLE_IPE
         " +IPE"
 #else
         " -IPE"