trivial: Downgrade a configure error() to a warning()

This commit is contained in:
Richard Hughes 2021-11-13 08:34:14 +00:00
parent 31d692f1a2
commit 64d1a01d42

View File

@ -291,7 +291,7 @@ if valgrind.found()
endif endif
if get_option('offline') if get_option('offline')
if not get_option('systemd') if not get_option('systemd')
error('-Doffline=true requires -Dsystemd=true') warning('-Doffline=true requires -Dsystemd=true')
endif endif
conf.set('HAVE_FWUPDOFFLINE', '1') conf.set('HAVE_FWUPDOFFLINE', '1')
endif endif