diff options
author | David Wragg <david@rabbitmq.com> | 2011-07-05 16:15:30 +0100 |
---|---|---|
committer | David Wragg <david@rabbitmq.com> | 2011-07-05 16:15:30 +0100 |
commit | c39509ffdf2f01fdac4ef95606c105e73af208cc (patch) | |
tree | 9fe3c16039562487ff7da4e5d8d5a14aa66ea918 /configure.ac | |
parent | a8e182de64acafd27fd870692ff6cd6678726ead (diff) | |
download | rabbitmq-c-github-ask-c39509ffdf2f01fdac4ef95606c105e73af208cc.tar.gz |
Remove trailing whitespace
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 6736ced..2bf9433 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ fi dnl Detect the kind of host we're building for AC_CANONICAL_HOST windows=no -case "${host}" in +case "${host}" in *-*-mingw*) windows=yes ;; |