From: SooChan Lim Date: Tue, 27 Jan 2015 02:39:14 +0000 (+0900) Subject: modify the path of bufmgr module X-Git-Tag: accepted/tizen/common/20150127.101011^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e42201c562d54dd9b285ff6be950b8d4a5a7ffb4;p=platform%2Fcore%2Fuifw%2Flibtbm.git modify the path of bufmgr module Change-Id: I8e78e2b7af0bb3d60061c61d37d45f6e34640631 --- diff --git a/configure.ac b/configure.ac index 1f0e1a3..19d9312 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ m4_ifndef([PKG_PROG_PKG_CONFIG], PKG_PROG_PKG_CONFIG() # set the dir for the tbm module -DEFAULT_BUFMGR_MODULE_PATH="/usr/lib/bufmgr" +DEFAULT_BUFMGR_MODULE_PATH="${libdir}/bufmgr" AC_ARG_WITH(bufmgr-module-path, AS_HELP_STRING([--with-bufmgr-module-path=PATH], [tbm bufmgr module dir]), [ BUFMGR_MODULE_PATH="$withval" ], [ BUFMGR_MODULE_PATH="${DEFAULT_BUFMGR_MODULE_PATH}" ])