diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-04-25 16:38:45 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-04-25 16:38:45 +0200 |
commit | 46ca3db001bf78362d2ae24af2f9928689db271a (patch) | |
tree | d28cfb99fedaba953e98bcee91992117a4eb213f | |
parent | c2e108670cb4e6ca480b6b08fd628a21de07b205 (diff) |
Build pic objects by default
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fe4e85b..447b2ce 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET -LT_INIT(win32-dll disable-static) +LT_INIT([win32-dll disable-static pic-only]) AC_CANONICAL_HOST PKG_PROG_PKG_CONFIG([0.20]) |