aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-10-05 19:38:51 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-10-05 19:38:51 +0000
commitd192a71e247a098ce8f8850ccedab14553c2f55e (patch)
tree42d267b00e9b0716151fe00d8a14951bc45d150b /configure.ac
parentadd a --disable-processor configure arg to skip building processor libs and j... (diff)
downloadbreakpad-d192a71e247a098ce8f8850ccedab14553c2f55e.tar.xz
ditch libtool, only build static libs
R=mark at http://breakpad.appspot.com/210001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@709 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7737a508..73cee881 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,11 +41,10 @@ AM_INIT_AUTOMAKE(subdir-objects tar-ustar 1.11.1)
AM_CONFIG_HEADER(src/config.h)
AC_PROG_CC
+AM_PROG_CC_C_O
AC_PROG_CPP
AC_PROG_CXX
-
-AC_PROG_LIBTOOL
-AC_SUBST(LIBTOOL_DEPS)
+AC_PROG_RANLIB
AC_HEADER_STDC
m4_include(m4/ax_pthread.m4)