summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:04:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:04:41 -0700
commit8fd15eb0149cec75d69a27b1f8ec3ce092465b80 (patch)
treed36d08983a09be32084a0e4d979a5168e1d5ddfe /configure.ac
parent063bfa679adc2c00a6b55e5c9ee97f2aa0638788 (diff)
downloadxorg-lib-libXau-8fd15eb0149cec75d69a27b1f8ec3ce092465b80.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 09a872e..c21fbcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ if test "x$xthreads" = "xyes" ; then
AC_CHECK_LIB(nsl, gethostbyname_r, [mtsafe=yes])
fi
if test "x$mtsafe" = "xyes" ; then
- AC_DEFINE(XUSE_MTSAFE_API, 1,
+ AC_DEFINE(XUSE_MTSAFE_API, 1,
[Whether libXau needs to use MT safe API's])
fi