From 080c414ce9586d7b4b92e786705e9b716b91aa33 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 28 Aug 2012 19:41:41 +0100 Subject: [PATCH] build: Whitespace fixes in configure.ac --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 4b8a7654..a375ef2a 100644 --- a/configure.ac +++ b/configure.ac @@ -192,17 +192,17 @@ if test "x$build_x11_examples" != "xno"; then AC_MSG_CHECKING(for Xv extensions) AC_TRY_COMPILE([ #include - #include ],[ + #include ],[ int main(void) { (void) XvGetPortAttribute(0, 0, 0, 0); return 0; } ],xv=yes,xv=no); AC_MSG_RESULT($xv) - if test x$xv = xyes; then - XV_LIBS="-lXv -lXext" - XV_CFLAGS="" + if test x$xv = xyes; then + XV_LIBS="-lXv -lXext" + XV_CFLAGS="" AC_DEFINE(HAVE_XV,1,[defined if XV video overlay is available]) else AC_MSG_ERROR([XV is required for X11 examples]) - fi + fi ]) AC_CHECK_XV fi