From 0fef97c1e28b8369301d6bdc6e4125251ed3c217 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 24 Feb 2021 14:04:32 +1000 Subject: configure.ac: remove trailing whitespaces Signed-off-by: Peter Hutterer --- configure.ac | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5c7e6c7..804db66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -dnl +dnl dnl Copyright © 2017 Keith Packard -dnl +dnl dnl Permission to use, copy, modify, distribute, and sell this software and its dnl documentation for any purpose is hereby granted without fee, provided that dnl the above copyright notice appear in all copies and that both that @@ -10,7 +10,7 @@ dnl advertising or publicity pertaining to distribution of the software without dnl specific, written prior permission. Keith Packard makes no dnl representations about the suitability of this software for any purpose. It dnl is provided "as is" without express or implied warranty. -dnl +dnl dnl KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO dnl EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -55,7 +55,7 @@ case $host_os in esac if test "x$fds_bits_found" = xfalse ; then - AC_CHECK_MEMBER(fd_set.fds_bits, + AC_CHECK_MEMBER(fd_set.fds_bits, [ fds_bits_found=plain USE_FDS_BITS="fds_bits" @@ -154,6 +154,5 @@ AC_CONFIG_FILES([applewmproto.pc xineramaproto.pc xproto.pc xproxymngproto.pc]) - + AC_OUTPUT - -- cgit v1.2.3