aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-05 22:56:17 +0200
committerMax Kellermann <max@duempel.org>2012-09-05 22:56:17 +0200
commit8c763fe4586ac0d259ca9974ea4d768eb555cb5d (patch)
tree63c4e31f5ab7a450574bc2e4cf54c77302f2bc5d /configure.ac
parent886255e38afb2e0599080fce11ff9abe4e18dd95 (diff)
Makefile.am: rename HAVE_OGG_COMMON to HAVE_XIPH
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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,