From 5c5d3ac49921f553b37b768d59c87acfa9858d70 Mon Sep 17 00:00:00 2001 From: hj kim Date: Mon, 19 Mar 2018 19:42:08 +0900 Subject: [PATCH] Build error fix of notification Change-Id: I4147ec628c6fb68a82aeeddba61440fa98feb045 --- configure.ac | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/configure.ac b/configure.ac index 36145e4..acaf689 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4