Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
b517f5b9
Commit
b517f5b9
authored
Mar 06, 2012
by
Niels Möller
Browse files
Build shared libraries by default.
parent
7c1ce4e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b517f5b9
2012-03-05 Niels Möller <nisse@lysator.liu.se>
* configure.ac (enable_shared): Build shared libraries by default.
2012-02-27 Niels Möller <nisse@lysator.liu.se>
* list-obj-sizes.awk: Recognize elf64 objects.
...
...
configure.ac
View file @
b517f5b9
...
...
@@ -44,8 +44,8 @@ AC_ARG_ENABLE(assembler,
[enable_assembler=yes])
AC_ARG_ENABLE(shared,
AC_HELP_STRING([--
en
able-shared], [
B
uild a shared library]),,
[enable_shared=
no
])
AC_HELP_STRING([--
dis
able-shared], [
Do not b
uild a
ny
shared library]),,
[enable_shared=
yes
])
AC_ARG_ENABLE(pic,
AC_HELP_STRING([--disable-pic],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment