summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-06-30 11:00:45 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-06-30 11:00:45 +0100
commit10e89016addc954f2926fdad64036a401e2642e0 (patch)
tree75fc7aed6ef34def283f331b9dbca540e5fd81e4
parentd5e252f4a04146c0b56ed2903d9a2cf9c601ee85 (diff)
configure: keep things sorted alphabetically
On special request. Because it's important, apparently.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a8b2a540e..11d0a6912 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