diff --git a/configure.ac b/configure.ac index fff8fb099daaf..52e8f3d956f94 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ dnl sets RPATH for any directories in the dynamic linker search path. dnl See more: https://wiki.debian.org/RpathIssue LT_PREREQ([1.5.2]) dnl Libtool init checks. -LT_INIT([pic-only]) +LT_INIT([pic-only win32-dll]) dnl Check/return PATH for base programs. AC_PATH_TOOL(AR, ar)