From 64d1a01d42b6d100594d6770ce9f93a96fc7afd8 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 13 Nov 2021 08:34:14 +0000 Subject: [PATCH] trivial: Downgrade a configure error() to a warning() --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index da2b7a81a..ddab0bf04 100644 --- a/meson.build +++ b/meson.build @@ -291,7 +291,7 @@ if valgrind.found() endif if get_option('offline') if not get_option('systemd') - error('-Doffline=true requires -Dsystemd=true') + warning('-Doffline=true requires -Dsystemd=true') endif conf.set('HAVE_FWUPDOFFLINE', '1') endif