From 09cc9a1f35d8a4b847e9982745c65c7408f72999 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 19 Aug 2012 21:07:27 -0500 Subject: Only built the .so, it's a loadable module --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7e8ec5d..6bec53d 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,8 @@ AM_SILENT_RULES([yes]) AC_PROG_CC AC_PROG_LIBTOOL +LT_INIT([disable-static]) + ########################### # PAM ########################### -- cgit v1.2.3