summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-12-27 15:59:46 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-12-27 15:59:46 +0100
commitd56503602134442832e73bc40a657954d3f8db8f (patch)
treeaef4ec8be7371ac9586050a506c080b9695cbcc7 /configure.ac
parent08ac9e1e9337d4a7fb34ddd94f5e9e369d8d148b (diff)
downloadnettle-d56503602134442832e73bc40a657954d3f8db8f.tar.gz
Enable fat build by default.fat-build-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 fbb05e19..763df3b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,8 +74,8 @@ AC_ARG_ENABLE(documentation,
AC_HELP_STRING([--disable-documentation], [Omit building and installing the documentation. (default=auto)]),,
[enable_documentation=auto])
-AC_ARG_ENABLE(fat, AC_HELP_STRING([--enable-fat], [Enable fat library build (default=no)]),,
- [enable_fat=no])
+AC_ARG_ENABLE(fat, AC_HELP_STRING([--disable-fat], [Disable fat library build]),,
+ [enable_fat=yes])
AC_ARG_ENABLE(arm-neon,
AC_HELP_STRING([--enable-arm-neon], [Enable ARM Neon assembly. (default=auto)]),,