From 65e96f9106c5e74d5943b820fe0643714ca192e2 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 29 Aug 2022 10:44:12 +0200 Subject: build-sys: regenerate Signed-off-by: Fabian Groffen --- configure | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure') 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; } -- cgit v1.2.3-65-gdbad