From 10e89016addc954f2926fdad64036a401e2642e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 30 Jun 2010 11:00:45 +0100 Subject: [PATCH] configure: keep things sorted alphabetically On special request. Because it's important, apparently. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a8b2a540e8..11d0a69124 100644 --- a/configure.ac +++ b/configure.ac @@ -770,14 +770,14 @@ dnl not building plugins with external dependencies, dnl but we still need to set the conditionals AM_CONDITIONAL(USE_ALSA, false) AM_CONDITIONAL(USE_CDPARANOIA, false) -AM_CONDITIONAL(USE_GNOME_VFS, false) AM_CONDITIONAL(USE_GIO, false) +AM_CONDITIONAL(USE_GNOME_VFS, false) +AM_CONDITIONAL(USE_IVORBIS, false) AM_CONDITIONAL(USE_LIBVISUAL, false) AM_CONDITIONAL(USE_OGG, false) AM_CONDITIONAL(USE_PANGO, false) AM_CONDITIONAL(USE_THEORA, false) AM_CONDITIONAL(USE_VORBIS, false) -AM_CONDITIONAL(USE_IVORBIS, false) fi dnl of EXT plugins