Build error fix of notification 73/173073/1 submit/tizen/20180319.102056
authorhj kim <backto.kim@samsung.com>
Mon, 19 Mar 2018 10:42:08 +0000 (19:42 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 19 Mar 2018 10:42:08 +0000 (19:42 +0900)
Change-Id: I4147ec628c6fb68a82aeeddba61440fa98feb045

configure.ac

index 36145e4..acaf689 100644 (file)
@@ -130,23 +130,6 @@ PKG_CHECK_MODULES(SYSTEM_DEVICE, capi-system-device)
 AC_SUBST(SYSTEM_DEVICE_CFLAGS)
 AC_SUBST(SYSTEM_DEVICE_LIBS)
 
-dnl use notification --------------------------------------------------------------------------
-AC_ARG_ENABLE(notification, AC_HELP_STRING([--enable-notification], [using notification]),
-[
-   case "${enableval}" in
-       yes) USE_NOTIFICATION=yes ;;
-        no) USE_NOTIFICATION=no ;;
-         *) AC_MSG_ERROR(bad value ${enableval} for --enable-notification) ;;
-   esac
-],[USE_NOTIFICATION=yes])
-if test "x$USE_NOTIFICATION" = "xyes"; then
-       #ticker noti library
-       PKG_CHECK_MODULES(STATUS, notification)
-       AC_SUBST(STATUS_CFLAGS)
-       AC_SUBST(STATUS_LIBS)
-fi
-AM_CONDITIONAL(USE_NOTIFICATION, test "x$USE_NOTIFICATION" = "xyes")
-
 AC_ARG_ENABLE(product_tv, AC_HELP_STRING([--enable-product-tv], [using tv product features]),
 [
    case "${enableval}" in