Makefile.am: rename HAVE_OGG_COMMON to HAVE_XIPH

This commit is contained in:
Max Kellermann
2012-09-05 22:56:17 +02:00
parent 886255e38a
commit 8c763fe458
2 changed files with 2 additions and 2 deletions

View File

@@ -1105,7 +1105,7 @@ if
AC_MSG_ERROR([No input plugins supported!])
fi
AM_CONDITIONAL(HAVE_OGG_COMMON,
AM_CONDITIONAL(HAVE_XIPH,
test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test x$enable_flac = xyes)
AM_CONDITIONAL(HAVE_FLAC_COMMON,