summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-03-06 09:24:33 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-03-06 09:24:33 +0100
commitb517f5b9234b884e9963b4213937137d0477fd17 (patch)
tree87668adea44f96795165f91e4cc95ac3893b425d /configure.ac
parent7c1ce4e2cd551d102a630591df5bb4738c4808d1 (diff)
downloadnettle-b517f5b9234b884e9963b4213937137d0477fd17.tar.gz
Build shared libraries by default.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9c9de1ed..1d8c10f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,8 @@ AC_ARG_ENABLE(assembler,
[enable_assembler=yes])
AC_ARG_ENABLE(shared,
- AC_HELP_STRING([--enable-shared], [Build a shared library]),,
- [enable_shared=no])
+ AC_HELP_STRING([--disable-shared], [Do not build any shared library]),,
+ [enable_shared=yes])
AC_ARG_ENABLE(pic,
AC_HELP_STRING([--disable-pic],