summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Wragg <david@rabbitmq.com>2011-07-05 16:15:30 +0100
committerDavid Wragg <david@rabbitmq.com>2011-07-05 16:15:30 +0100
commitc39509ffdf2f01fdac4ef95606c105e73af208cc (patch)
tree9fe3c16039562487ff7da4e5d8d5a14aa66ea918 /configure.ac
parenta8e182de64acafd27fd870692ff6cd6678726ead (diff)
downloadrabbitmq-c-github-ask-c39509ffdf2f01fdac4ef95606c105e73af208cc.tar.gz
Remove trailing whitespace
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 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
;;