summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-04-01 19:41:14 +0300
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2010-04-01 19:41:14 +0300
commitfdf7fbe99f69a2a5431223be7d066d35096b1fa1 (patch)
treef84cdc5afac71f42ffc48f592b85d489a8e4b1e4 /configure.ac
parenta3f6a5a5357469c4efe9ed4cfaff62e70ab50278 (diff)
Disable shared library building for libtool
The PIC-ified objects were not used anyway, and only wasted compilation time.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fcbf594..950d288 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AS_VERSION(THIS_PACKAGE, TELEPATHY_SIP_VERSION,
AM_INIT_AUTOMAKE([1.9 -Wno-portability])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
-AC_PROG_LIBTOOL
+AC_DISABLE_SHARED
AC_CONFIG_HEADER([config.h])
@@ -29,6 +29,8 @@ AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_MKDIR_P
+AC_PROG_LIBTOOL
+
COMPILER_OPTIMISATIONS
COMPILER_COVERAGE