diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
219 | else | 222 | else |
220 | ALL="static shared" | 223 | ALL="static shared" |