From: Seonah Moon Date: Wed, 8 Jun 2016 02:27:32 +0000 (+0900) Subject: fix typo error about TIZEN_TV_NO_CACHE_ABOUT_VIDEO_AND_AUDIO. X-Git-Tag: accepted/tizen/common/20160608.160921~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29c36a44017329eb1eca3727aee7cbbbd1184b60;p=platform%2Fupstream%2Flibsoup.git 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 --- diff --git a/configure.ac b/configure.ac index 6a448c2..125c0d7 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 ***