summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-11-18 10:25:57 -0600
committerMatthew Barth <msbarth@us.ibm.com>2016-11-18 10:25:57 -0600
commit4a6f9983ca70c30a64958f74ce8dd07cdfc90204 (patch)
treecddb98c0676067084b74cf840dbf810a5933b938 /configure.ac
parent7122244c83092499dc8d7836da0a63a08c734856 (diff)
downloadphosphor-objmgr-4a6f9983ca70c30a64958f74ce8dd07cdfc90204.tar.gz
phosphor-objmgr-4a6f9983ca70c30a64958f74ce8dd07cdfc90204.zip
Add awk program check and use which one is found
Change-Id: Ia5ab161f83640189350ebe3a53d46834ea8bf9fc Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c54b16c..f3b8e5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ AC_PROG_CC
AM_PROG_AR
AC_PROG_INSTALL
AC_PROG_MAKE_SET
+AC_PROG_AWK
# Python
AM_PATH_PYTHON([2.7], [AC_SUBST([PYTHON], [echo "$PYTHON"])], [AC_MSG_ERROR([Could not find python-2.7 installed...python-2.7 is required])])
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
OpenPOWER on IntegriCloud