diff options
author | midipix <writeonce@midipix.org> | 2019-02-23 10:38:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-23 10:38:09 -0500 |
commit | 56d0172b49bc1cb4074740b43b3e47afc1aaaecb (patch) | |
tree | 4c69ab022ea8b204bdaa431989e91cb22332a2ae | |
parent | 05fd23d94625b10f080e97853324ee8993a00941 (diff) | |
download | sofort-56d0172b49bc1cb4074740b43b3e47afc1aaaecb.tar.bz2 sofort-56d0172b49bc1cb4074740b43b3e47afc1aaaecb.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 |