aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-08-29 10:44:12 +0200
committerFabian Groffen <grobian@gentoo.org>2022-08-29 10:44:12 +0200
commit65e96f9106c5e74d5943b820fe0643714ca192e2 (patch)
treeaad33be5c09a63e4fb33ea49e88927854470b4ec /configure
parentconfigure.ac: set ENABLE_QTEGRITY/ENABLE_QMANIFEST again (diff)
downloadportage-utils-65e96f9106c5e74d5943b820fe0643714ca192e2.tar.gz
portage-utils-65e96f9106c5e74d5943b820fe0643714ca192e2.tar.bz2
portage-utils-65e96f9106c5e74d5943b820fe0643714ca192e2.zip
build-sys: regeneratev0.94.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure b/configure
index 32304a19..19ec19c7 100755
--- a/configure
+++ b/configure
@@ -32901,6 +32901,16 @@ else
QTEGRITY_ENABLED_FALSE=
fi
+if test "x$enable_qmanifest" != xno ; then
+
+printf "%s\n" "#define ENABLE_QMANIFEST 1" >>confdefs.h
+
+fi
+if test "x$enable_qtegrity" != xno ; then
+
+printf "%s\n" "#define ENABLE_QTEGRITY 1" >>confdefs.h
+
+fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler vendor" >&5
printf %s "checking for C compiler vendor... " >&6; }