build/qt: indent configure file

don't mix tabs and spaces

https://bugzilla.gnome.org/show_bug.cgi?id=754466
This commit is contained in:
Matthew Waters 2015-09-02 23:42:34 +10:00
parent bca1fd1040
commit 85745d2f63

View file

@ -2649,17 +2649,17 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
HAVE_QT="yes" HAVE_QT="yes"
HAVE_QT_WINDOWING="no" HAVE_QT_WINDOWING="no"
PKG_CHECK_MODULES(QT_X11, Qt5X11Extras, [ PKG_CHECK_MODULES(QT_X11, Qt5X11Extras, [
AC_DEFINE([HAVE_QT_X11], [], [Define if Qt X11 integration is installed]) AC_DEFINE([HAVE_QT_X11], [], [Define if Qt X11 integration is installed])
QT_CFLAGS="$QT_CFLAGS $QT_X11_CFLAGS" QT_CFLAGS="$QT_CFLAGS $QT_X11_CFLAGS"
QT_LIBS="$QT_LIBS $QT_X11_LIBS" QT_LIBS="$QT_LIBS $QT_X11_LIBS"
HAVE_QT_WINDOWING="yes" HAVE_QT_WINDOWING="yes"
], [AC_MSG_NOTICE([Could not find Qt X11 integration])]) ], [AC_MSG_NOTICE([Could not find Qt X11 integration])])
PKG_CHECK_MODULES(QT_WAYLAND, Qt5WaylandClient, [ PKG_CHECK_MODULES(QT_WAYLAND, Qt5WaylandClient, [
AC_DEFINE([HAVE_QT_WAYLAND], [], AC_DEFINE([HAVE_QT_WAYLAND], [],
[Define if Qt Wayland integration is installed]) [Define if Qt Wayland integration is installed])
QT_CFLAGS="$QT_CFLAGS $QT_WAYLAND_CFLAGS" QT_CFLAGS="$QT_CFLAGS $QT_WAYLAND_CFLAGS"
QT_LIBS="$QT_LIBS $QT_WAYLAND_LIBS" QT_LIBS="$QT_LIBS $QT_WAYLAND_LIBS"
HAVE_QT_WINDOWING="yes" HAVE_QT_WINDOWING="yes"
], [AC_MSG_NOTICE([Could not find Qt Wayland integration])]) ], [AC_MSG_NOTICE([Could not find Qt Wayland integration])])
if test "x$HAVE_QT_WINDOWING" = "xno"; then if test "x$HAVE_QT_WINDOWING" = "xno"; then
AC_MSG_WARN([Could not find any Qt Windowing integration]) AC_MSG_WARN([Could not find any Qt Windowing integration])