diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2bb29d4cb1..40ed517fcf 100644 --- a/configure.in +++ b/configure.in @@ -75,6 +75,7 @@ dnl libraries built in the moment. dnl AC_ARG_ENABLE(static, dnl dnl [ --enable-static build static library [default=yes]], dnl static=$enableval, static=yes) +static=yes AC_ARG_ENABLE(shared, dnl [ --enable-shared build shared library [default=yes if GNU ld & ELF]], shared=$enableval, shared=default) |