From a42f526b0ced3457ffae919c55229a4a12734e50 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 13 Dec 2021 14:11:33 +0100 Subject: [PATCH] libqmi: remove unknown configure option The configure option --enable-more-warnings is not recognized by configure. Buildlog: configure: WARNING: unrecognized options: --disable-nls, --enable-more-warnings Therefore this configure option is removed with this commit. Signed-off-by: Florian Eckert --- libs/libqmi/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/libqmi/Makefile b/libs/libqmi/Makefile index d3ebdeecd..e7ef205e6 100644 --- a/libs/libqmi/Makefile +++ b/libs/libqmi/Makefile @@ -66,7 +66,6 @@ CONFIGURE_ARGS += \ --disable-gtk-doc-pdf \ --disable-silent-rules \ --enable-firmware-update \ - --enable-more-warnings=yes \ --without-udev \ --without-udev-base-dir