Kaydet (Commit) cb59a807 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Untabify where appropriate

Some TABs had sneaked in again. The intent is that no TABs are used in
this file, except in the couple of makefiles embedded as "here
documents" where TABs must be used because that is what Make requires.

Change-Id: Ia72968ae69aafd7c484cf8d47f6a9b1cfb12d24d
üst 386d7762
...@@ -7789,7 +7789,7 @@ if test "x$enable_postgresql_sdbc" != "xno"; then ...@@ -7789,7 +7789,7 @@ if test "x$enable_postgresql_sdbc" != "xno"; then
POSTGRESQL_LIB="" POSTGRESQL_LIB=""
POSTGRESQL_INC="%OVERRIDE_ME%" POSTGRESQL_INC="%OVERRIDE_ME%"
BUILD_TYPE="$BUILD_TYPE POSTGRESQL" BUILD_TYPE="$BUILD_TYPE POSTGRESQL"
POSTGRESQL_TARBALL="061a9f17323117c9358ed60f33ecff78-postgresql-9.1.1.tar.bz2" POSTGRESQL_TARBALL="061a9f17323117c9358ed60f33ecff78-postgresql-9.1.1.tar.bz2"
fi fi
fi fi
if test "${SYSTEM_POSTGRESQL}" = "YES"; then if test "${SYSTEM_POSTGRESQL}" = "YES"; then
...@@ -9509,8 +9509,8 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then ...@@ -9509,8 +9509,8 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
if test -n "$enable_bluetooth" -a "$enable_bluetooth" != "no"; then if test -n "$enable_bluetooth" -a "$enable_bluetooth" != "no"; then
if test "$OS" = "LINUX"; then if test "$OS" = "LINUX"; then
if test "$ENABLE_DBUS" = "TRUE"; then if test "$ENABLE_DBUS" = "TRUE"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
ENABLE_BLUETOOTH=YES ENABLE_BLUETOOTH=YES
dnl =================================================================== dnl ===================================================================
dnl Check for system bluez dnl Check for system bluez
dnl =================================================================== dnl ===================================================================
...@@ -9523,15 +9523,15 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then ...@@ -9523,15 +9523,15 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
AC_MSG_RESULT([internal]) AC_MSG_RESULT([internal])
BUILD_TYPE="$BUILD_TYPE BLUEZ" BUILD_TYPE="$BUILD_TYPE BLUEZ"
fi fi
else else
AC_MSG_RESULT([no, dbus disabled]) AC_MSG_RESULT([no, dbus disabled])
ENABLE_BLUETOOTH=NO ENABLE_BLUETOOTH=NO
fi fi
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
ENABLE_BLUETOOTH=NO ENABLE_BLUETOOTH=NO
fi fi
fi fi
else else
ENABLE_SDREMOTE=NO ENABLE_SDREMOTE=NO
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
...@@ -9553,14 +9553,14 @@ if test "$test_gtk" = "yes"; then ...@@ -9553,14 +9553,14 @@ if test "$test_gtk" = "yes"; then
PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages])) PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements to build the gtk-plugin not met. Use --disable-gtk or install the missing packages]))
BUILD_TYPE="$BUILD_TYPE GTK" BUILD_TYPE="$BUILD_TYPE GTK"
AC_MSG_CHECKING([whether to enable the systray quickstarter]) AC_MSG_CHECKING([whether to enable the systray quickstarter])
if test "x$enable_systray" = "xyes"; then if test "x$enable_systray" = "xyes"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
PKG_CHECK_MODULES( GTK210, gtk+-2.0 >= 2.10.0, PKG_CHECK_MODULES( GTK210, gtk+-2.0 >= 2.10.0,
[ ENABLE_SYSTRAY_GTK="TRUE" ], [ ENABLE_SYSTRAY_GTK="TRUE" ],
[ ENABLE_SYSTRAY_GTK="" ]) [ ENABLE_SYSTRAY_GTK="" ])
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
fi fi
AC_MSG_CHECKING([whether to enable Gtk print dialog support]) AC_MSG_CHECKING([whether to enable Gtk print dialog support])
......
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