From 29c36a44017329eb1eca3727aee7cbbbd1184b60 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Wed, 8 Jun 2016 11:27:32 +0900 Subject: fix typo error about TIZEN_TV_NO_CACHE_ABOUT_VIDEO_AND_AUDIO. AM_CONDITIONAL() is used to conditional check in make file. but TIZEN_TV_NO_CACHE_ABOUT_VIDEO_AND_AUDIO is only used on source file. so it has no problem in libsoup feature working. Change-Id: I1aa759f348808e766ca0b93ff1753bd2967d63a0 Signed-off-by: Minho Im --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a448c23..125c0d71 100755 --- a/configure.ac +++ b/configure.ac @@ -320,7 +320,7 @@ if test $enable_tizen_tv_no_cache_about_video_and_audio != no;then fi AC_MSG_RESULT($enable_tizen_tv_no_cache_about_video_and_audio) -AM_CONDITIONAL(TIZEN_TV_SOUP_CACHE_CLEAN_LEAKED_RESOURCES, [test $enable_tizen_soup_cache_clean_leaked_resources = yes]) +AM_CONDITIONAL(TIZEN_TV_NO_CACHE_ABOUT_VIDEO_AND_AUDIO, [test $enable_tizen_tv_no_cache_about_video_and_audio = yes]) dnl ************************* dnl *** Tizen use expanded response block *** -- cgit v1.2.3