summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d3ee355..672fd37 100755
--- a/configure
+++ b/configure
@@ -215,6 +215,9 @@ if test $shared -eq 0; then
215 LDSHARED="$CC" 215 LDSHARED="$CC"
216 ALL="static" 216 ALL="static"
217 TEST="all teststatic" 217 TEST="all teststatic"
218 SHAREDLIB=""
219 SHAREDLIBV=""
220 SHAREDLIBM=""
218 echo Building static library $STATICLIB version $VER with $CC. 221 echo Building static library $STATICLIB version $VER with $CC.
219else 222else
220 ALL="static shared" 223 ALL="static shared"