Commit 46e8b137 authored by Max Kellermann's avatar Max Kellermann

configure.ac: use $have_ogg, not $enable_ogg

The latter doesn't exist, and this broke Vorbis-only builds.
parent 4b25c5e8
......@@ -1279,7 +1279,7 @@ if test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test x$enable_o
fi
have_xiph=no
if test x$enable_ogg = xyes || test x$enable_flac = xyes || test x$enable_flac_encoder = xyes; then
if test x$have_ogg = xyes || test x$enable_flac = xyes || test x$enable_flac_encoder = xyes; then
have_xiph=yes
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment