X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=b4094ff68bb46ba7752805ddae35602cb63f9d4a;hb=69c44a51de295a6eb91ab0fdb1777d222395dab0;hp=b35e44d844ad84cece088fc0100dfd7c556c3e81;hpb=f44c353e59641bc071afd4587049d7489dfe6317;p=platform%2Fupstream%2Fflac.git diff --git a/configure.ac b/configure.ac index b35e44d..b4094ff 100644 --- a/configure.ac +++ b/configure.ac @@ -308,9 +308,11 @@ fi AM_CONDITIONAL(FLaC__HAS_OGG, [test "x$have_ogg" = xyes]) if test "x$have_ogg" = xyes ; then AC_DEFINE_UNQUOTED([FLAC__HAS_OGG],1,[define if you have the ogg library]) + OGG_PACKAGE="ogg" else AC_DEFINE_UNQUOTED([FLAC__HAS_OGG],0) fi +AC_SUBST(OGG_PACKAGE) dnl check for i18n(internationalization); these are from libiconv/gettext AM_ICONV