fix typo error about TIZEN_TV_NO_CACHE_ABOUT_VIDEO_AND_AUDIO. 78/73378/1
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 8 Jun 2016 02:27:32 +0000 (11:27 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 8 Jun 2016 02:27:39 +0000 (11:27 +0900)
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 <minho.im@samsung.com>
configure.ac

index 6a448c2..125c0d7 100755 (executable)
@@ -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 ***