summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2011-02-26 04:08:38 +0100
committerPeter Stuge <peter@stuge.se>2011-06-13 22:01:42 +0200
commit0bd4a4dd89ff64b99ab55bfc0c5782502c10c676 (patch)
tree68baf41d305970767631419f5448383d830dae8d /configure.ac
parent16cf11a1213272afd616598fa3aba0941e66ec3c (diff)
downloadlibusb-0bd4a4dd89ff64b99ab55bfc0c5782502c10c676.tar.gz
configure.ac: Touch up Darwin and Cygwin OS messages
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index febe0e9..2a13003 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ case $host in
AC_DEFINE(OS_DARWIN, [], [Darwin backend])
AC_SUBST(OS_DARWIN)
AC_DEFINE([THREADS_POSIX], [], [Use Posix Threads])
- AC_MSG_RESULT([Darwin/MacOS X])
+ AC_MSG_RESULT([Darwin/Mac OS X])
backend="darwin"
threads="posix"
PC_LIBS_PRIVATE="-Wl,-framework,IOKit -Wl,-framework,CoreFoundation -Wl,-prebind -no-undefined"
@@ -84,7 +84,7 @@ case $host in
AC_DEFINE(OS_WINDOWS, [], [Windows backend])
AC_SUBST(OS_WINDOWS)
AC_DEFINE([THREADS_POSIX], [], [Use Posix Threads])
- AC_MSG_RESULT([Windows])
+ AC_MSG_RESULT([Cygwin (using Windows backend)])
backend="windows"
threads="posix"
PC_LIBS_PRIVATE="-lsetupapi -lole32 -ladvapi32"