summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaLyong Cho <walyong.cho@samsung.com>2016-11-15 14:20:43 +0900
committerWaLyong Cho <walyong.cho@samsung.com>2016-11-15 14:20:43 +0900
commitecb9c927e17ba677106181d8c487c775b30f78a7 (patch)
treedf49dfeea5231364fabee38c4b85101ab27b89ff
parentb6e9651fa060df7840ae54dbdb5a9cf2a44f3fd7 (diff)
downloadlibsystem-ecb9c927e17ba677106181d8c487c775b30f78a7.tar.gz
libsystem-ecb9c927e17ba677106181d8c487c775b30f78a7.tar.bz2
libsystem-ecb9c927e17ba677106181d8c487c775b30f78a7.zip
configure: arrange needed autotools
Change-Id: Ie69475dda7a6fff28bc82d70b127704cc083fc46 Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b8c8daf..df18d8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,9 @@ LT_INIT([disable-static])
# Checks for programs.
AC_PROG_CC
+AC_PROG_CXX
AC_PROG_INSTALL
+AC_PROG_MAKE_SET
# Checks for libraries.
# FIXME: Replace `main' with a function in `-lrt':