summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2013-03-25 18:15:18 +0800
committerlifang <fangx.li@intel.com>2013-03-29 05:29:44 +0800
commit28cc9516bc7f03797c583340094e191b2085677c (patch)
tree5cca1efa38cbe8f8c93594e892cac35823c12754 /configure.ac
parentc78f38123385e110129a0c135065f6fb84df67cc (diff)
downloadavsystem-28cc9516bc7f03797c583340094e191b2085677c.tar.gz
avsystem-28cc9516bc7f03797c583340094e191b2085677c.tar.bz2
avsystem-28cc9516bc7f03797c583340094e191b2085677c.zip
Fix for new automake and 64 bit compatibility.
- Check for AM_PROG_AR with new automake - Make systemd related files install in /usr/lib for 64 bit compatibility. Change-Id: I1ef30ee3d83e419a03003a3b5b95a1841b0f25c1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0b681de..2df8b4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,8 @@ AC_HEADER_STDBOOL
AC_HEADER_STDC
AC_HEADER_TIME
AC_PROG_GCC_TRADITIONAL
+AM_PROG_CC_C_O
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_LIBTOOL
AC_ARG_ENABLE(sdk, AC_HELP_STRING([--enable-sdk], [sdk build]),