From b2532d25538e71a008d1f1744a12bc3ea7683044 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Feb 2019 10:38:09 -0500 Subject: build system: configure: make --all-shared and --all-static mutually exclusive. --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 7e2b90d..2e9cde6 100755 --- a/configure +++ b/configure @@ -620,9 +620,11 @@ for arg ; do # config --all-static) mb_all_static=yes + mb_all_shared=no ;; --all-shared) mb_all_shared=yes + mb_all_static=no ;; --disable-frontend) mb_disable_frontend=yes -- cgit v1.2.3