diff options
author | midipix <writeonce@midipix.org> | 2019-02-23 10:38:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-23 10:39:21 -0500 |
commit | d9ac2c8e05665dca5e3ea558d36e26d9b00894b6 (patch) | |
tree | 62ac9c8f60c3cf9d13c3f2cbdd25258ec7472eab | |
parent | 37639d8a63afda594ae1a46e643c360ae531f010 (diff) | |
download | dalist-d9ac2c8e05665dca5e3ea558d36e26d9b00894b6.tar.bz2 dalist-d9ac2c8e05665dca5e3ea558d36e26d9b00894b6.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 |