summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-04-25 16:38:45 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-04-25 16:38:45 +0200
commit46ca3db001bf78362d2ae24af2f9928689db271a (patch)
treed28cfb99fedaba953e98bcee91992117a4eb213f
parentc2e108670cb4e6ca480b6b08fd628a21de07b205 (diff)
Build pic objects by default
-rw-r--r--configure.ac2
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])