diff options
author | Michael Plante <michael.plante@gmail.com> | 2010-03-29 12:47:35 +0100 |
---|---|---|
committer | Michael Plante <michael.plante@gmail.com> | 2010-03-29 12:47:35 +0100 |
commit | db8c3ff754977a44b9d1b46314ad842a0f20ef0d (patch) | |
tree | 0fcb18d0ab8308ac29285c2142a74813d17b4614 /configure.ac | |
parent | d6f6802daf350d0d127a11c0e300c401da35709a (diff) | |
download | libusb-db8c3ff754977a44b9d1b46314ad842a0f20ef0d.tar.gz |
removed whitespaces in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
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 |