diff options
author | midipix <writeonce@midipix.org> | 2019-02-23 10:38:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-23 10:39:20 -0500 |
commit | 43f8543919c2446f14949c2d10735c9eceeedb3c (patch) | |
tree | c994ca5b6ab20e19150d6bc26c4da4d3655682f9 | |
parent | a151fc8c1a698739e3f2b20ca760991ba8a91e2e (diff) | |
download | bfirm-43f8543919c2446f14949c2d10735c9eceeedb3c.tar.bz2 bfirm-43f8543919c2446f14949c2d10735c9eceeedb3c.tar.xz |
build system: configure: make --all-shared and --all-static mutually exclusive.
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |