From d83282329fd0267a40a89873f72cf1ad2c45dbd8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 5 Feb 2010 21:20:10 +0000 Subject: [PATCH] (trunk) formatting fix to the configure script's "Configuration:" output --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d48ac578f..9d36f9b7c 100644 --- a/configure.ac +++ b/configure.ac @@ -248,6 +248,8 @@ build_gtk=no use_gio=no use_libnotify=no use_dbus_glib=no +use_canberra=no +use_libgconf=no if test "x$want_gtk" = "xyes" ; then if test "x$have_gtk" = "xyes"; then build_gtk=yes @@ -289,7 +291,6 @@ if test "x$build_gtk" = "xyes"; then AC_ARG_ENABLE([libcanberra], AS_HELP_STRING([--enable-libcanberra],[enable sounds]),, [enable_libcanberra=yes]) - use_canberra=no if test "x$enable_libcanberra" = "xyes" ; then if test "x$have_libcanberra" = "xyes"; then use_canberra=yes @@ -304,7 +305,6 @@ if test "x$build_gtk" = "xyes"; then AC_ARG_ENABLE([gconf2], AS_HELP_STRING([--enable-libgconf],[enable GConf support]),, [enable_libgconf=yes]) - use_libgconf=no if test "x$enable_libgconf" = "xyes" ; then if test "x$have_libgconf" = "xyes"; then use_libgconf=yes