summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Plante <michael.plante@gmail.com>2010-03-29 12:47:35 +0100
committerMichael Plante <michael.plante@gmail.com>2010-03-29 12:47:35 +0100
commitdb8c3ff754977a44b9d1b46314ad842a0f20ef0d (patch)
tree0fcb18d0ab8308ac29285c2142a74813d17b4614
parentd6f6802daf350d0d127a11c0e300c401da35709a (diff)
downloadlibusb-db8c3ff754977a44b9d1b46314ad842a0f20ef0d.tar.gz
removed whitespaces in configure.ac
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fcd6c47..2aa9ee5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ case $host in
backend="windows"
threads="windows"
LIBS="-lsetupapi -lole32"
- AM_CFLAGS="-Wshadow"
+ AM_CFLAGS="-Wshadow"
AM_LDFLAGS="-no-undefined -avoid-version"
AC_CHECK_TOOL(RC, windres, no)
;;
@@ -55,10 +55,10 @@ case $host in
AC_DEFINE([POSIX_THREADS], [], [Posix Threads])
threads="posix"
LIBS="-lpthread -lsetupapi -lole32"
- AM_CFLAGS=""
+ AM_CFLAGS=""
AM_LDFLAGS="-no-undefined -avoid-version"
AC_CHECK_TOOL(RC, windres, no)
- ;;
+ ;;
*)
AC_MSG_ERROR([unsupported operating system])
esac