From 62be1caf161c1241a9e148f347850cfe092588dc Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 24 Sep 2017 11:52:08 +0200 Subject: [PATCH] configure: Bail out early if neither static nor shared libs are built --- configure | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 706f1073ee..70463ae2c8 100755 --- a/configure +++ b/configure @@ -2857,6 +2857,17 @@ done disabled logging && logfile=/dev/null +# we need to build at least one lib type +if ! enabled_any static shared; then + cat <