diff options
author | midipix <writeonce@midipix.org> | 2019-02-23 10:38:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-23 10:39:25 -0500 |
commit | 57b45a46075d70f1fcf82c70782e5a8a3c062489 (patch) | |
tree | 86ba007161a2540bdcbd7363b2d187165434784a | |
parent | 1cc4794d145daee63e7b31d8e24d1aef3d88afbf (diff) | |
download | perk-57b45a46075d70f1fcf82c70782e5a8a3c062489.tar.bz2 perk-57b45a46075d70f1fcf82c70782e5a8a3c062489.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 |