diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:04:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:04:41 -0700 |
commit | 8fd15eb0149cec75d69a27b1f8ec3ce092465b80 (patch) | |
tree | d36d08983a09be32084a0e4d979a5168e1d5ddfe /configure.ac | |
parent | 063bfa679adc2c00a6b55e5c9ee97f2aa0638788 (diff) |
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.ac | 2 |
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 |