From 46ff695ed9b9490c3de5d2c9098be77615fdb7b5 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 17 Jul 2009 12:36:40 +0000 Subject: [PATCH] Mac client, not OS X client --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 13e2e5076..2d4e9fd10 100644 --- a/configure.ac +++ b/configure.ac @@ -374,7 +374,7 @@ AC_ARG_ENABLE([cli], AM_CONDITIONAL([BUILD_CLI],[test "x$build_cli" = "xyes"]) AC_ARG_ENABLE([mac], - [AS_HELP_STRING([--enable-mac],[build OS X client])], + [AS_HELP_STRING([--enable-mac],[build Mac client])], [build_mac=${enableval}], [build_mac=${have_darwin}]) AM_CONDITIONAL([BUILD_MAC],[test "x$build_mac" = "xyes"]) @@ -425,7 +425,7 @@ Configuration: System or bundled libevent: ${libevent_source} DHT support: ${enable_dht} - Build OS X client: ${build_mac} + Build Mac client: ${build_mac} Build GTK+ client: ${build_gtk} ... with gio support: ${use_gio} ... with dbus-glib support: ${use_dbus_glib}