diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-02-27 19:47:33 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-02-27 19:47:33 +0100 |
commit | 89247bf94c685f898379a951de6c1b0fdf08f696 (patch) | |
tree | 5d0724fc396fbafee765619ec2ec0c0d326ac654 | |
parent | 068119a6c36844d2b5b6f43051b3960477fad819 (diff) |
build: enable static libraries by default
No reason to disable static libraries. Remove the LT_INIT parameter so we
can provide statically linked libraries.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2baa3c6..c5bf848 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_PROG_GREP AC_PROG_AWK LT_PREREQ(2.2) -LT_INIT([disable-static]) +LT_INIT # # pkg-config dependencies |