From: WaLyong Cho Date: Tue, 15 Nov 2016 05:20:43 +0000 (+0900) Subject: configure: arrange needed autotools X-Git-Tag: submit/tizen/20180322.062032~2^2~2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecb9c927e17ba677106181d8c487c775b30f78a7;p=platform%2Fcore%2Fsystem%2Flibsystem.git configure: arrange needed autotools Change-Id: Ie69475dda7a6fff28bc82d70b127704cc083fc46 Signed-off-by: WaLyong Cho --- 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':