summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGilbok Lee <gilbok.lee@samsung.com>2018-08-24 04:28:21 +0000
committerGilbok Lee <gilbok.lee@samsung.com>2018-08-24 04:28:21 +0000
commitc10f1b656c40594b1c55ce5bd0ab833831b68f40 (patch)
treebfd08ba0d338dcd2dcf1b1d1f3ae3a54a524177a /configure.ac
parentd15d19531cf004eea3b846d50c62c0faf857c9d1 (diff)
downloadlibmm-radio-c10f1b656c40594b1c55ce5bd0ab833831b68f40.tar.gz
libmm-radio-c10f1b656c40594b1c55ce5bd0ab833831b68f40.tar.bz2
libmm-radio-c10f1b656c40594b1c55ce5bd0ab833831b68f40.zip
Revert "Using radio-hal-interface in mm-hal-interface"
This reverts commit d15d19531cf004eea3b846d50c62c0faf857c9d1. Change-Id: I3ef458e8e6cc3713cb33d0c400522eea39a27d9f
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8b9ad7c..ccf3d34 100755
--- a/configure.ac
+++ b/configure.ac
@@ -46,10 +46,6 @@ PKG_CHECK_MODULES(DLOG, dlog)
AC_SUBST(DLOG_CFLAGS)
AC_SUBST(DLOG_LIBS)
-PKG_CHECK_MODULES(RADIO_HAL_INTF, radio-hal-interface)
-AC_SUBST(RADIO_HAL_INTF_CFLAGS)
-AC_SUBST(RADIO_HAL_INTF_LIBS)
-
AC_ARG_ENABLE(emulator, AC_HELP_STRING([--enable-emulator], [using emulator interface]),
[
case "${enableval}" in
@@ -81,7 +77,7 @@ AC_ARG_ENABLE(sound-vstream, AC_HELP_STRING([--enable-sound-vstream], [using sou
AM_CONDITIONAL(ENABLE_SOUND_VSTREAM, test "x$ENABLE_SOUND_VSTREAM" = "xyes")
if test "x$ENABLE_SOUND_VSTREAM" == "xyes"; then
- PKG_CHECK_MODULES(SOUNDMGR, capi-media-sound-manager)
+ PKG_CHECK_MODULES(SOUDNMGR, capi-media-sound-manager)
AC_SUBST(SOUNDMGR_CFLAGS)
AC_SUBST(SOUNDMGR_LIBS)
fi