From 8c763fe4586ac0d259ca9974ea4d768eb555cb5d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Sep 2012 22:56:17 +0200 Subject: Makefile.am: rename HAVE_OGG_COMMON to HAVE_XIPH --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2756f544..b3376008 100644 --- a/configure.ac +++ b/configure.ac @@ -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, -- cgit v1.2.3