summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2019-07-12 17:08:53 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2019-07-13 13:43:57 +0300
commit184a6dba380b3720cb9e5c3bf87a738eac90c615 (patch)
tree3be4fae1e91af2123b2011205e0d6988bcdd2b6d /autogen.sh
parenteb3fab7345a287ffd4b361ba800d784292d0dd12 (diff)
mu: ensure we build with --enabled-shared for guile
We need a dynamic object.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e623f4f..b437ba7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,4 +31,4 @@ else
echo "# Configure with parameters $*"
fi
-./configure --config-cache $@
+./configure --config-cache --enable-shared --disable-static $@