summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-02-24 14:04:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-02-24 14:39:14 +1000
commit0fef97c1e28b8369301d6bdc6e4125251ed3c217 (patch)
tree4002956215a41966e5c6330968e52b89ce90ef05 /configure.ac
parent882505e818e7a4b2f7df42f6f096407b9ee6e9c6 (diff)
configure.ac: remove trailing whitespaces
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 5 insertions, 6 deletions
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
-